a decent working guix config
This commit is contained in:
parent
ae77d05e2f
commit
0ebbec7644
22 changed files with 2302 additions and 279 deletions
10
scripts/wb-toggle
Executable file
10
scripts/wb-toggle
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $(pgrep -c waybar) -gt 0 ]; then
|
||||
echo "killing"
|
||||
kill $(pgrep waybar)
|
||||
else
|
||||
echo "starting"
|
||||
waybar &
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue