Pi66

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

← back to log

I thought there was a problem :)

author: Pixel2175
date: 2025-05-12 12:11
hash: b63bedba574415c001e5236ba0d0bb827d38b120

Diffstat:

M

src/wallpaper.rs
1 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/wallpaper.rs b/src/wallpaper.rs
index f8217ca..629d772 100644
--- a/src/wallpaper.rs
+++ b/src/wallpaper.rs
@@ -94,6 +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") {
+   // I thought there was a problem, but there isn't.
         spawn(&format!("feh --no-fehbg --bg-fill '{}'", img));
         info("Wallpaper", "wallpaper set with feh", send);
     } else if run("which hsetroot") {