(xmobar): move default color variable in monitors

This commit is contained in:
frosty 2024-07-16 05:22:42 -04:00
parent 18647b3ef9
commit 3ca5787208

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
DEFAULT_COLOR="#cccccc"
STATUS_WELL_COLOR="#31f53e" STATUS_WELL_COLOR="#31f53e"
STATUS_OK_COLOR="#f58c31" STATUS_OK_COLOR="#f58c31"
STATUS_UNWELL_COLOR="#f53131" STATUS_UNWELL_COLOR="#f53131"
@ -15,8 +16,6 @@ DISK_ICON_COLOR="#48a3e8"
NOW_PLAYING_COLOR="#e647a1" NOW_PLAYING_COLOR="#e647a1"
NOW_PLAYING_STATE_COLOR="#ccca4e" NOW_PLAYING_STATE_COLOR="#ccca4e"
DEFAULT_COLOR="#cccccc"
readable_kib() { readable_kib() {
data="${1:-}" data="${1:-}"
decimals="${2:-}" decimals="${2:-}"