From e7610cf8ff5c7b97bfa005d8e4c0d828eda27906 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:08:52 +0300 Subject: [PATCH] add color --- config/dwm/scripts/bar.sh | 2 +- config/dwm/scripts/themes/sako.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dwm/scripts/bar.sh b/config/dwm/scripts/bar.sh index 24536693..5400aaac 100755 --- a/config/dwm/scripts/bar.sh +++ b/config/dwm/scripts/bar.sh @@ -21,7 +21,7 @@ battery() { case "$get_status" in Charging) printf "^c$blue^ Charging $get_capacity" ;; Discharging) if (( $get_capacity <= 20)); then - printf "^c$red^ Low! $get_capacity" + printf "^c$lightred^ Low! $get_capacity" else printf "^c$blue^  $get_capacity" fi ;; diff --git a/config/dwm/scripts/themes/sako.sh b/config/dwm/scripts/themes/sako.sh index c382a182..9b1a5b7b 100755 --- a/config/dwm/scripts/themes/sako.sh +++ b/config/dwm/scripts/themes/sako.sh @@ -8,4 +8,5 @@ white=#DBDBDB grey=#9C8B8C blue=#7aa2f7 red=#4D1111 +lightred=#BD2D2D darkblue=#668ee3