mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-05-06 11:06:04 +00:00
Initial support for sway and waybar
This commit is contained in:
Executable
+7
@@ -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 &
|
||||
Reference in New Issue
Block a user