6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Wallpaper daemon (swww)
|
|
swww-daemon &
|
|
swww img ~/.config/hypr/bg.jpg &
|
|
waybar &
|
|
dunst
|