mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Add .local/bin/change_wallpaper.sh
This commit is contained in:
7
private_dot_local/bin/executable_change_wallpaper.sh
Normal file
7
private_dot_local/bin/executable_change_wallpaper.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
wallpaper=$(find ~/Obrazy/tapety/ -type f | wofi --dmenu)
|
||||
|
||||
if [[ -n $wallpaper ]];then
|
||||
hyprctl hyprpaper reload ,$wallpaper
|
||||
fi
|
||||
Reference in New Issue
Block a user