From 506fa12b1f5616c6b818d24941415eff7808f5ad Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 6 Feb 2024 20:44:28 +0000 Subject: Initial commit of Hyprland config --- .config/hypr/scripts/wallpaper.sh | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100755 index 0000000..b1dead6 --- /dev/null +++ b/.config/hypr/scripts/wallpaper.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if pgrep swaybg; then + pkill swaybg +fi +swaybg -m fill -i ~/.cache/wallpaperwaybg -m fill -i ~/.cache/wallpaper -- cgit v1.2.3