change bottom theme

This commit is contained in:
Mylloon 2024-03-26 09:36:56 +01:00
parent 91f877c9e3
commit b95561a4b5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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
;;