From 076832e8259fbb8bf3dd2ec184081095c14ef64e Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 13 Apr 2025 14:04:51 +0200 Subject: [PATCH] Removed pywalfox --- .config/yadm/bootstrap.d/20-Wal.sh | 4 +--- .local/share/dark-mode.d/themes.sh | 2 -- .local/share/light-mode.d/themes.sh | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) 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