[doc] Add updated themes and screenshots
This commit is contained in:
parent
9b17cf619e
commit
43fcbd9306
7 changed files with 321 additions and 18 deletions
|
@ -1,30 +1,93 @@
|
||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"urgent": true,
|
|
||||||
"prefix": " ",
|
"prefix": " ",
|
||||||
"suffix" : " ",
|
"suffix" : " ",
|
||||||
"cycle": [
|
"urgent": true
|
||||||
{
|
|
||||||
"fg": "red"
|
|
||||||
},
|
},
|
||||||
{
|
"date": {
|
||||||
"fg": "lime"
|
"prefix": " "
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"prefix": "bat ",
|
|
||||||
"states": {
|
|
||||||
"charging": {
|
|
||||||
"suffix": "+ ",
|
|
||||||
"fg": "#00ff00"
|
|
||||||
},
|
|
||||||
"discharging": {
|
|
||||||
"suffix": "- ",
|
|
||||||
"fg": "#ff0000"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"prefix": " ram "
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"prefix": " cpu "
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"prefix": " hdd "
|
||||||
|
},
|
||||||
|
"dnf": {
|
||||||
|
"prefix": " dnf "
|
||||||
|
},
|
||||||
|
"pasink": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " audio(mute) "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " audio "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pasource": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " mic(mute) "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " mic "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nic": {
|
||||||
|
"states": {
|
||||||
|
"wireless-up": {
|
||||||
|
"prefix": " wifi "
|
||||||
|
},
|
||||||
|
"wireless-down": {
|
||||||
|
"prefix": " wifi "
|
||||||
|
},
|
||||||
|
"wired-up": {
|
||||||
|
"prefix": " lan "
|
||||||
|
},
|
||||||
|
"wired-down": {
|
||||||
|
"prefix": " lan "
|
||||||
|
},
|
||||||
|
"tunnel-up": {
|
||||||
|
"prefix": " tun "
|
||||||
|
},
|
||||||
|
"tunnel-down": {
|
||||||
|
"prefix": " tun "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"states": {
|
||||||
|
"charged": {
|
||||||
|
"suffix": " full "
|
||||||
|
},
|
||||||
|
"charging": {
|
||||||
|
"suffix": " chr "
|
||||||
|
},
|
||||||
|
"discharging_critical": {
|
||||||
|
"prefix": " ! ",
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_low": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_medium": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_high": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_full": {
|
||||||
|
"suffix": " dis "
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
123
bumblebee/themes/powerline.json
Normal file
123
bumblebee/themes/powerline.json
Normal file
|
@ -0,0 +1,123 @@
|
||||||
|
{
|
||||||
|
"defaults": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix" : " ",
|
||||||
|
"cycle": [
|
||||||
|
{
|
||||||
|
"fg": "#ffd700",
|
||||||
|
"bg": "#d75f00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fg": "#ffffff",
|
||||||
|
"bg": "#0087af"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"fg-critical": "#ffffff",
|
||||||
|
"bg-critical": "#ff0000",
|
||||||
|
"fg-warning": "#d75f00",
|
||||||
|
"bg-warning": "#ffd700",
|
||||||
|
|
||||||
|
"default_separators": false,
|
||||||
|
"separator": ""
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"dnf": {
|
||||||
|
"prefix": " ",
|
||||||
|
"states": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#494949",
|
||||||
|
"bg": "#41db00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pasink": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pasource": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nic": {
|
||||||
|
"states": {
|
||||||
|
"wireless-up": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"wireless-down": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"wired-up": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"wired-down": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"tunnel-up": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"tunnel-down": {
|
||||||
|
"prefix": " "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"states": {
|
||||||
|
"charged": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " ",
|
||||||
|
"fg": "#494949",
|
||||||
|
"bg": "#41db00"
|
||||||
|
},
|
||||||
|
"charging": {
|
||||||
|
"prefix": [ " ", " ", " ", " ", " " ],
|
||||||
|
"suffix": " "
|
||||||
|
},
|
||||||
|
"discharging_critical": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " "
|
||||||
|
},
|
||||||
|
"discharging_low": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " "
|
||||||
|
},
|
||||||
|
"discharging_medium": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " "
|
||||||
|
},
|
||||||
|
"discharging_high": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " "
|
||||||
|
},
|
||||||
|
"discharging_full": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix": " "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
117
bumblebee/themes/solarized.json
Normal file
117
bumblebee/themes/solarized.json
Normal file
|
@ -0,0 +1,117 @@
|
||||||
|
{
|
||||||
|
"defaults": {
|
||||||
|
"prefix": " ",
|
||||||
|
"suffix" : " ",
|
||||||
|
"cycle": [
|
||||||
|
{
|
||||||
|
"fg": "#93a1a1",
|
||||||
|
"bg": "#002b36"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fg": "#eee8d5",
|
||||||
|
"bg": "#586e75"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"fg-critical": "#002b36",
|
||||||
|
"bg-critical": "#dc322f",
|
||||||
|
"fg-warning": "#002b36",
|
||||||
|
"bg-warning": "#b58900",
|
||||||
|
|
||||||
|
"default_separators": false,
|
||||||
|
"separator": "|"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"prefix": " "
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"prefix": " ram "
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"prefix": " cpu "
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"prefix": " hdd "
|
||||||
|
},
|
||||||
|
"dnf": {
|
||||||
|
"prefix": " dnf ",
|
||||||
|
"states": {
|
||||||
|
"good": {
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pasink": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " audio(mute) "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " audio "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pasource": {
|
||||||
|
"states": {
|
||||||
|
"muted": {
|
||||||
|
"prefix": " mic(mute) "
|
||||||
|
},
|
||||||
|
"unmuted": {
|
||||||
|
"prefix": " mic "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nic": {
|
||||||
|
"states": {
|
||||||
|
"wireless-up": {
|
||||||
|
"prefix": " wifi "
|
||||||
|
},
|
||||||
|
"wireless-down": {
|
||||||
|
"prefix": " wifi "
|
||||||
|
},
|
||||||
|
"wired-up": {
|
||||||
|
"prefix": " lan "
|
||||||
|
},
|
||||||
|
"wired-down": {
|
||||||
|
"prefix": " lan "
|
||||||
|
},
|
||||||
|
"tunnel-up": {
|
||||||
|
"prefix": " tun "
|
||||||
|
},
|
||||||
|
"tunnel-down": {
|
||||||
|
"prefix": " tun "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"states": {
|
||||||
|
"charged": {
|
||||||
|
"suffix": " full ",
|
||||||
|
"fg": "#002b36",
|
||||||
|
"bg": "#859900"
|
||||||
|
},
|
||||||
|
"charging": {
|
||||||
|
"suffix": " chr "
|
||||||
|
},
|
||||||
|
"discharging_critical": {
|
||||||
|
"prefix": " ! ",
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_low": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_medium": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_high": {
|
||||||
|
"suffix": " dis "
|
||||||
|
},
|
||||||
|
"discharging_full": {
|
||||||
|
"suffix": " dis "
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
screenshots/default.png
Normal file
BIN
screenshots/default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
screenshots/powerline-solarized.png
Normal file
BIN
screenshots/powerline-solarized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
screenshots/powerline.png
Normal file
BIN
screenshots/powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
screenshots/solarized.png
Normal file
BIN
screenshots/solarized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue