Skip to content

Instantly share code, notes, and snippets.

@tonesandtones
Last active December 4, 2021 00:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonesandtones/33698bb2f5d02a2cb6844dcfcfe6def7 to your computer and use it in GitHub Desktop.
Save tonesandtones/33698bb2f5d02a2cb6844dcfcfe6def7 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "shell",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#d2ff5e",
"properties": {
"postfix": " /"
}
},
{
"type": "os",
"style": "plain",
"foreground": "#d2ff5e",
"properties": {
"alpine": "\uf300",
"arch": "\uf303",
"centos": "\uf304",
"debian": "\uf306",
"elementary": "\uf309",
"fedora": "\uf30a",
"gentoo": "\uf30d",
"linux": "\ue712",
"macos": "\ue711",
"manjaro": "\uf312",
"mint": "\uf30f",
"opensuse": "\uf314",
"raspbian": "\uf315",
"ubuntu": "\uf31c",
// "wsl": "\ue712",
"wsl_separator": " / ",
"windows": "\ue70f"
}
},
{
"type": "session",
"style": "plain",
"foreground": "#4A9207",
"properties": {
"display_user": false,
"host_color": "#4A9207"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#B8B80A",
"properties": {
"prefix": "",
"display_stash_count": true,
"display_status": true,
"display_upstream_icon": true,
"stash_count_icon": " ",
"status_colors_enabled": true
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "battery",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"template": "{{.Icon}}",
"discharging_icon": "\uf582\uf175",
"charging_icon": "\uf583\uf176",
"charged_icon": "\uf578",
"color_background": true,
"display_charging": true
}
},
{
"type": "time",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "[",
"postfix": "]"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "#CECE04",
"properties": {
"prefix": ""
}
},
{
"type": "python",
"style": "plain",
"foreground": "#100e23",
"properties": {
"prefix": " \uE235 "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#CC4B16",
"properties": {
"prefix": "",
"text": "\u279C"
}
}
]
}
],
"final_space": true
}
@tonesandtones
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment