change bottom theme
This commit is contained in:
parent
91f877c9e3
commit
b95561a4b5
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,9 @@ main() {
|
||||||
busctl call --system org.freedesktop.UPower \
|
busctl call --system org.freedesktop.UPower \
|
||||||
/org/freedesktop/UPower/KbdBacklight \
|
/org/freedesktop/UPower/KbdBacklight \
|
||||||
org.freedesktop.UPower.KbdBacklight SetBrightness 'i' 1
|
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 \
|
busctl call --system org.freedesktop.UPower \
|
||||||
/org/freedesktop/UPower/KbdBacklight \
|
/org/freedesktop/UPower/KbdBacklight \
|
||||||
org.freedesktop.UPower.KbdBacklight SetBrightness 'i' 0
|
org.freedesktop.UPower.KbdBacklight SetBrightness 'i' 0
|
||||||
|
|
||||||
|
# Bottom theme
|
||||||
|
sed -i "s/#color = \"default\"/color = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue