diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-11-27 11:42:12 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-11-27 11:42:12 +0000 |
commit | 004a6c576168c170e0e03b519206079bab12b45b (patch) | |
tree | d42620b5132c76b636ba5b3f385bec53b5468c2a /.config/lf | |
parent | f2aadd35e0a6374e0ffdd49ccfff8d5ccfca4a80 (diff) |
Updated set wallpaper function.
Diffstat (limited to '.config/lf')
-rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index ebf11ba..425f159 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -52,9 +52,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 - echo "$f" > ~/.cache/wallpaper; sh ~/.config/hypr/scripts/wallpaper.sh > /dev/null 2>&1 & + cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & }} # Key Mappings |