From feccc43739c97c63fba9e5282153af46c00f308b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 28 Aug 2024 13:01:41 +0100 Subject: Removed unused Hypr directory from .config --- .config/hypr/scripts/wallpaper.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 .config/hypr/scripts/wallpaper.sh (limited to '.config/hypr/scripts') 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 -- cgit v1.2.3