feat(river): QOL improvements
This commit is contained in:
parent
727f1e87a5
commit
a065f80c07
4 changed files with 38 additions and 65 deletions
7
hosts/python/configs/river/scripts/waybar.sh
Executable file
7
hosts/python/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