diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-08-28 13:01:41 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-08-28 13:01:41 +0100 |
commit | feccc43739c97c63fba9e5282153af46c00f308b (patch) | |
tree | 3ba5c2fbeffd37529c421677cf1cdfcb9f4dca80 /.config/hypr/scripts/wallpaper.sh | |
parent | fe46fcdd3d0b042b4f32bad451498fb29b0a7d2b (diff) |
Removed unused Hypr directory from .config
Diffstat (limited to '.config/hypr/scripts/wallpaper.sh')
-rwxr-xr-x | .config/hypr/scripts/wallpaper.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/hypr/scripts/wallpaper.sh b/.config/hypr/scripts/wallpaper.sh deleted file mode 100755 index 2c87158..0000000 --- a/.config/hypr/scripts/wallpaper.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# Read file path into variable -read -r wallpaper<~/.cache/wallpaper - -if pgrep swaybg; then - pkill swaybg -fi -swaybg -m fill -i "$wallpaper" -# hyprctl hyprpaper preload "$wallpaper" -# hyprctl hyprpaper wallpaper " , $wallpaper" -# hyprctl hyprpaper unload unused |