Files
superior_dotfiles/private_dot_local/bin/executable_change_wallpaper.sh

8 lines
144 B
Bash

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