aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/scripts/wallpaper.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/scripts/wallpaper.sh')
-rwxr-xr-x.config/hypr/scripts/wallpaper.sh12
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