Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

fix kitty template error

author: pixel2175
date: 2025-05-12 12:07
hash: 322c64f4268450368df7e9eb17b98059434cfdde

Diffstat:

M

src/wallpaper.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/wallpaper.rs b/src/wallpaper.rs
index 12cd542..f8217ca 100644
--- a/src/wallpaper.rs
+++ b/src/wallpaper.rs
@@ -94,7 +94,7 @@ fn set_wm_wallpaper(img: &str, send: bool) {
         spawn(&format!("xwallpaper --zoom '{}'", img));
         info("Wallpaper", "wallpaper set with xwallpaper", send);
     } else if run("which feh") {
-        spawn(&format!("feh --no-fehbg --bg-scale '{}'", img));
+        spawn(&format!("feh --no-fehbg --bg-fill '{}'", img));
         info("Wallpaper", "wallpaper set with feh", send);
     } else if run("which hsetroot") {
         spawn(&format!("hsetroot -fill '{}'", img));