Initial support for sway and waybar

This commit is contained in:
2021-10-22 16:37:11 -04:00
parent 4c078fd92a
commit 4812b349b5
5 changed files with 309 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
# Stop all waybar instances
killall -q waybar
while pgrep -x waybar >/dev/null; do sleep 0.1; done
waybar &