awww -> swww
This commit is contained in:
@@ -105,11 +105,11 @@ update() {
|
|||||||
case "$SELECTED" in
|
case "$SELECTED" in
|
||||||
$OPTION_DARK)
|
$OPTION_DARK)
|
||||||
dconf write /org/gnome/desktop/interface/color-scheme \'prefer-dark\'
|
dconf write /org/gnome/desktop/interface/color-scheme \'prefer-dark\'
|
||||||
awww img /home/typo/.config/backgrounds/gruvbox/wp11058332.png -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9))
|
swww img /home/typo/.config/backgrounds/gruvbox/wp11058332.png -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9))
|
||||||
;;
|
;;
|
||||||
$OPTION_LIGHT)
|
$OPTION_LIGHT)
|
||||||
dconf write /org/gnome/desktop/interface/color-scheme \'prefer-light\'
|
dconf write /org/gnome/desktop/interface/color-scheme \'prefer-light\'
|
||||||
awww img /home/typo/.config/backgrounds/gruvbox/chinese-hills.jpg -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9))
|
swww img /home/typo/.config/backgrounds/gruvbox/chinese-hills.jpg -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user