aboutsummaryrefslogtreecommitdiff
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-12-23 21:53:34 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-12-23 21:53:34 +0000
commit09ac719bb95cb499c9de79bd65f2d3763e606153 (patch)
tree977722cacf8c15692f30e9d67bb886423acfe2c0 /.config/lf/lfrc
parent0fda8e9355da73de01f9d890b0b430f0129a0923 (diff)
Removed variable wallpaper from backgroud update function.
Diffstat (limited to '.config/lf/lfrc')
-rw-r--r--.config/lf/lfrc2
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 &