Monochrome colors
This commit is contained in:
parent
378221ec36
commit
8ce4290c18
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ FIFO="/tmp/bar.fifo"
|
|||
|
||||
FORMAT=" %(music)s %(services)s %(diskspace)s %%{c} %(debug)s %%{r} %(updates)s %(wifi)s %(battery)s %(clock)s "
|
||||
|
||||
icon_color="#A0A57E"
|
||||
icon_color="#AAAAAA"
|
||||
icon() { echo -n "%{F$icon_color}"; printf '%b' "\ue$1"; echo -n "%{F-}"; }
|
||||
|
||||
icon_music=$(icon 05c)
|
||||
|
@ -17,9 +17,9 @@ icon_battery_charging=$(icon 042)
|
|||
icon_clock=$(icon 018)
|
||||
icon_updates=$(icon 060)
|
||||
|
||||
color_service_running="#A0A57E"
|
||||
color_service_stopped="#C37561"
|
||||
color_battery_good="white"
|
||||
color_service_running="#EEEEEE"
|
||||
color_service_stopped="#666666"
|
||||
color_battery_good="#EEEEEE"
|
||||
color_battery_low="#C37561"
|
||||
|
||||
music() {
|
||||
|
|
Loading…
Reference in a new issue