From a98a41d84fe7270a2171f4caabe98a4f90c3b1f0 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Tue, 23 Dec 2025 22:51:59 +0530 Subject: [PATCH] Update wallpaper setter - Use `icing` instead of `feh` - Additionally, add some window rules, too --- config.ron | 2 ++ themes/candy/up | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.ron b/config.ron index 8ee3ec3..5847f43 100644 --- a/config.ron +++ b/config.ron @@ -22,9 +22,11 @@ window_rules: [ ( window_class: "waterfox", spawn_on_tag: 2 ), ( window_class: "firefox", spawn_on_tag: 2 ), + ( window_class: "org.mozilla.firefox", spawn_on_tag: 2 ), ( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 5 ), ( window_class: "vscodium", spawn_on_tag: 3 ), + ( window_class: "codium", spawn_on_tag: 3 ), ( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ), ( window_class: "worf", spawn_floating: true, default_width: 800, default_height: 150 ), ], diff --git a/themes/candy/up b/themes/candy/up index 2ea2bc2..08b8451 100755 --- a/themes/candy/up +++ b/themes/candy/up @@ -3,12 +3,12 @@ # Load the compositor picom --backend glx -b +# Set wallpaper. Change the path as needed +icing + # Load left-wm theme leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron" -# Set wallpaper. Change the path as needed -feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg - # Start EWW daemon and widgets eww daemon && eww open panel --arg "h=27" --arg "w=1366"