From b95561a4b5b85147d5f5d8ff9f457b46020fb27d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 26 Mar 2024 09:36:56 +0100 Subject: [PATCH] change bottom theme --- .config/update_theme.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/update_theme.sh b/.config/update_theme.sh index 4c0bc17..c0a1158 100755 --- a/.config/update_theme.sh +++ b/.config/update_theme.sh @@ -39,6 +39,9 @@ main() { busctl call --system org.freedesktop.UPower \ /org/freedesktop/UPower/KbdBacklight \ org.freedesktop.UPower.KbdBacklight SetBrightness 'i' 1 + + # Bottom theme + sed -i "s/color = \"default-light\"/#color = \"default\"/g" "$HOME"/.config/bottom/bottom.toml ;; @@ -61,6 +64,9 @@ main() { busctl call --system org.freedesktop.UPower \ /org/freedesktop/UPower/KbdBacklight \ org.freedesktop.UPower.KbdBacklight SetBrightness 'i' 0 + + # Bottom theme + sed -i "s/#color = \"default\"/color = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml ;;