diff --git a/.scripts/theme-changer.sh b/.scripts/theme-changer.sh index c8244bd..0cb8dc3 100755 --- a/.scripts/theme-changer.sh +++ b/.scripts/theme-changer.sh @@ -100,7 +100,7 @@ function set_theme { set_theme_variables set_gtk_css_file - for component in desktop_wallpaper hyprland kitty mako waybar wlogout wofi; do + for component in desktop_wallpaper hyprland kitty mako pywalfox waybar wlogout wofi; do set_${component}_theme & done }