diff options
| author | brustybee <bee@4d2.org> | 2026-03-19 18:31:49 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-19 18:31:49 +0530 |
| commit | a6d4450b3438b380398e38b61f46b19022fff1e9 (patch) | |
| tree | a1a79b7f2cc79a921fb3310a9dd5d5522561f0b4 /common/modules/mango/scripts.nix | |
| parent | ab81a2e56708d2a025aefc1c9ccaedf61d30a3c0 (diff) | |
don't need fehbg file anymore
Diffstat (limited to 'common/modules/mango/scripts.nix')
| -rw-r--r-- | common/modules/mango/scripts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix index a085ef1..a21f300 100644 --- a/common/modules/mango/scripts.nix +++ b/common/modules/mango/scripts.nix @@ -129,7 +129,7 @@ let pkill swaybg; swaybg -i "$FULL_PATH" -m fill & fi else - feh --bg-fill "$FULL_PATH" + feh --no-fehbg --bg-fill "$FULL_PATH" fi apply_all |
