Hyprland-dotfiles/hypr/settings/modules/appearance/wallpaper/module.sh

4 lines
122 B
Bash
Raw Normal View History

2023-12-23 11:12:53 -05:00
#!/bin/bash
_getHeader "$name" "$author"
setsid $HOME/dotfiles/hypr/scripts/wallpaper.sh select 1>/dev/null 2>&1 &
_goBack