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 &

View File

@ -18,7 +18,8 @@ files=($dotdir/.zprofile ~/ 'n'
$dotdir/polybar ~/.config/ 'n'
$dotdir/rofi ~/.config/ 'n'
$dotdir/scripts ~/.config/ 'n'
$dotdir/systemd ~/.config/ 'n')
$dotdir/systemd ~/.config/ 'n'
$dotdir/waybar ~/.config/ 'n')
# arg parser
for arg in "$@"