feat(dunst): add dunst
This commit is contained in:
parent
c3cad04ec3
commit
b872a68632
15 changed files with 489 additions and 1 deletions
7
hosts/python/users/configs/river/scripts/waybar.sh
Executable file
7
hosts/python/users/configs/river/scripts/waybar.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pid="$(pidof waybar)"
|
||||
|
||||
if [[ -z $pid ]]; then
|
||||
exec waybar &
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue