diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-23 21:53:34 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-23 21:53:34 +0000 |
commit | 09ac719bb95cb499c9de79bd65f2d3763e606153 (patch) | |
tree | 977722cacf8c15692f30e9d67bb886423acfe2c0 /.config | |
parent | 0fda8e9355da73de01f9d890b0b430f0129a0923 (diff) |
Removed variable wallpaper from backgroud update function.
Diffstat (limited to '.config')
-rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 78d0de3..9a103cc 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -53,8 +53,6 @@ cmd open ${{ cmd setwallpaper ${{ echo "$f" > ~/.cache/wallpaper - wallpaper="$f" - export wallpaper sh "$HOME/.config/river/scripts/swayidle-update.sh" pkill swaybg > /dev/null 2>&1 nohup swaybg -m fill -i "$f" > /dev/null 2>&1 & |