From 83aac504915a78d49ef01133940de7065e7747a9 Mon Sep 17 00:00:00 2001 From: joott Date: Thu, 31 Jul 2025 09:46:45 -0400 Subject: initial scripts --- wallpicker | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 wallpicker (limited to 'wallpicker') diff --git a/wallpicker b/wallpicker new file mode 100755 index 0000000..c28c149 --- /dev/null +++ b/wallpicker @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +FOLDER=~/Pictures/wallpapers + +CHOICE=$(swayimg -a wallpicker --gallery $FOLDER) + +case $CHOICE in + *.*) wallust run $CHOICE ;; + *) exit 0 ;; +esac + +swaymsg reload +killall dunst +notify-send "Updated wallpaper and colorscheme." -- cgit v1.3