Theme changer: Enable pywalfox update

This commit is contained in:
Viyurz 2024-06-29 17:56:26 +02:00
parent bd99d3b247
commit 302f344ee6
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -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
}