diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 18:34:41 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 18:34:41 +0000 |
commit | c808916e402148b59a97ed41d179efb75dc8b8f3 (patch) | |
tree | 8f372c5ab09144208177a505eb60ce4a095ab9d9 /.config/lf | |
parent | 98257ac89ad392ffecf365e2a5827355ee130ef3 (diff) |
Changed the way the wallpaper is stored in .cache/wallpaper as it's now just a path instead of the actual image
Diffstat (limited to '.config/lf')
-rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 6aa3f19..ebf11ba 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -54,7 +54,7 @@ cmd open ${{ cmd setwallpaper ${{ #cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & # cp -f "$f" ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config - cp -f "$f" ~/.cache/wallpaper; sh ~/.config/hypr/scripts/wallpaper.sh > /dev/null 2>&1 & + echo "$f" > ~/.cache/wallpaper; sh ~/.config/hypr/scripts/wallpaper.sh > /dev/null 2>&1 & }} # Key Mappings |