diff --git a/.config/yadm/bootstrap.d/20-Wal.sh b/.config/yadm/bootstrap.d/20-Wal.sh index 8aae567..0d30665 100755 --- a/.config/yadm/bootstrap.d/20-Wal.sh +++ b/.config/yadm/bootstrap.d/20-Wal.sh @@ -1,5 +1,8 @@ #!/bin/env sh -yay -S --needed python-pywal +yay -S --needed python-pywal \ + python-pywalfox 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/theme-background.jpg b/.local/share/dark-mode.d/theme-background.jpg new file mode 100644 index 0000000..6026512 Binary files /dev/null and b/.local/share/dark-mode.d/theme-background.jpg differ diff --git a/.local/share/dark-mode.d/themes.sh b/.local/share/dark-mode.d/themes.sh index 16476da..909b5d0 100755 --- a/.local/share/dark-mode.d/themes.sh +++ b/.local/share/dark-mode.d/themes.sh @@ -4,6 +4,10 @@ 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 + +swww img $HOME/.local/share/dark-mode.d/theme-background.jpg diff --git a/.local/share/light-mode.d/theme-background.png b/.local/share/light-mode.d/theme-background.png new file mode 100644 index 0000000..0985ac5 Binary files /dev/null and b/.local/share/light-mode.d/theme-background.png differ diff --git a/.local/share/light-mode.d/themes.sh b/.local/share/light-mode.d/themes.sh index 94ea14a..d481cb3 100755 --- a/.local/share/light-mode.d/themes.sh +++ b/.local/share/light-mode.d/themes.sh @@ -4,6 +4,10 @@ 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 + +swww img $HOME/.local/share/light-mode.d/theme-background.png