feat(river): QOL improvements

This commit is contained in:
Artur Manuel 2025-01-08 09:10:41 +00:00
commit a065f80c07
4 changed files with 38 additions and 65 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
pid="$(pidof waybar)"
if [[ -z $pid ]]; then
exec waybar &
fi