15 lines
202 B
Bash
Executable file
15 lines
202 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
# wallpaper deamon initialisation
|
|
swww init &
|
|
# setting wallpaper
|
|
# swww img ~/path/to/image.png &
|
|
|
|
nm-applet --indicator &
|
|
|
|
# infobar
|
|
waybar &
|
|
|
|
# dunst notification deamon
|
|
dunst
|