diff --git a/.config/yadm/bootstrap.d/20-Wal.sh b/.config/yadm/bootstrap.d/20-Wal.sh index 0d30665..7ae7ee7 100755 --- a/.config/yadm/bootstrap.d/20-Wal.sh +++ b/.config/yadm/bootstrap.d/20-Wal.sh @@ -1,8 +1,6 @@ #!/bin/env sh -yay -S --needed python-pywal \ - python-pywalfox +yay -S --needed python-pywal wal --theme base16-gruvbox-medium -pywalfox install sudo chmod +x /usr/lib/python3.13/site-packages/pywalfox/bin/main.sh diff --git a/.local/share/dark-mode.d/themes.sh b/.local/share/dark-mode.d/themes.sh index 909b5d0..0bb98cf 100755 --- a/.local/share/dark-mode.d/themes.sh +++ b/.local/share/dark-mode.d/themes.sh @@ -4,8 +4,6 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Dark" wal --theme base16-gruvbox-medium -pywalfox update -pywalfox dark $HOME/.config/theming/compile.sh $HOME/.config/theming/update.sh diff --git a/.local/share/light-mode.d/themes.sh b/.local/share/light-mode.d/themes.sh index d481cb3..f8f0094 100755 --- a/.local/share/light-mode.d/themes.sh +++ b/.local/share/light-mode.d/themes.sh @@ -4,8 +4,6 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Light" wal -l --theme base16-gruvbox-medium -pywalfox update -pywalfox light $HOME/.config/theming/compile.sh $HOME/.config/theming/update.sh