From 3ca5787208c2d2ee7c14cfffefe4eefe48031413 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Jul 2024 05:22:42 -0400 Subject: [PATCH] (xmobar): move default color variable in monitors --- .local/bin/monitors | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.local/bin/monitors b/.local/bin/monitors index b35850a..8b07629 100755 --- a/.local/bin/monitors +++ b/.local/bin/monitors @@ -1,5 +1,6 @@ #!/bin/sh +DEFAULT_COLOR="#cccccc" STATUS_WELL_COLOR="#31f53e" STATUS_OK_COLOR="#f58c31" STATUS_UNWELL_COLOR="#f53131" @@ -15,8 +16,6 @@ DISK_ICON_COLOR="#48a3e8" NOW_PLAYING_COLOR="#e647a1" NOW_PLAYING_STATE_COLOR="#ccca4e" -DEFAULT_COLOR="#cccccc" - readable_kib() { data="${1:-}" decimals="${2:-}"