refactor!(tmpfiles): expand power upon tmpfiles by deabstracting
This returns tmpfiles to its original form. Turns out that making something too simple gives it less power.
This commit is contained in:
parent
f4770f1908
commit
035fb24038
20 changed files with 74 additions and 72 deletions
7
hosts/solterra/users/artur/configs/river/scripts/waybar.sh
Executable file
7
hosts/solterra/users/artur/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