theme: update cinnamon.omp.json

This commit is contained in:
Kayla Cinnamon 2021-04-22 12:21:34 -07:00 committed by Jan De Dobbeleer
parent fb57ef18b6
commit 186f71e878

View file

@ -6,54 +6,62 @@
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "type": "session",
"style": "powerline", "style": "diamond",
"powerline_symbol": "\uE0B0", "foreground": "#ffffff",
"foreground": "#100e23", "background": "#07585c",
"background": "#ffe9aa", "leading_diamond": "\uE0B6"
"properties": {
"root_icon": "\uF451"
}
}, },
{ {
"type": "path", "type": "path",
"style": "powerline", "style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#0037DA", "background": "#3e9022",
"properties" : { "properties": {
"home_icon": "\uF3E1", "prefix": " \uE5FF ",
"style": "folder", "style": "folder"
"mapped_locations": [
["terminal", "\uF31F"]
]
} }
}, },
{ {
"type": "git", "type": "git",
"style": "powerline", "style": "plain",
"powerline_symbol": "\uE0B0", "foreground": "#ffffff",
"foreground": "#111111", "background": "#de076f",
"background": "#C19C00" "properties": {
"display_upstream_icon": true,
"branch_icon": ""
} }
]
}, },
{ {
"type": "prompt", "type": "spotify",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain", "style": "plain",
"foreground": "white", "foreground": "#ffffff",
"background": "#491545",
"properties": { "properties": {
"prefix": "", "prefix": "\uF9C6 ",
"text": "\uF449" "playing_icon": "\uE602 ",
"paused_icon": "\uF8E3 ",
"stopped_icon": "\uF04D ",
"track_separator" : " - "
}
},
{
"type": "exit",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"foreground": "#ffffff",
"background": "#491515",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "#f1184c",
"color_background": true,
"prefix": " \uF7d4"
} }
} }
] ]
} }
], ],
"final_space": false "final_space": true
} }