Add .local/bin/change_wallpaper.sh

This commit is contained in:
2025-05-18 20:21:46 +02:00
parent d2ed05b2fe
commit 62332b0404

View File

@@ -0,0 +1,7 @@
#!/bin/bash
wallpaper=$(find ~/Obrazy/tapety/ -type f | wofi --dmenu)
if [[ -n $wallpaper ]];then
hyprctl hyprpaper reload ,$wallpaper
fi