Hyprland-dotfiles/hypr/settings/modules/appearance/wallpaper/module.sh
Stephan Raabe fa5536e1f1 Updates
2023-12-23 17:12:53 +01:00

4 lines
122 B
Bash
Executable File

#!/bin/bash
_getHeader "$name" "$author"
setsid $HOME/dotfiles/hypr/scripts/wallpaper.sh select 1>/dev/null 2>&1 &
_goBack