mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 09:12:02 +00:00
Initial support for sway and waybar
This commit is contained in:
7
scripts/desktop/waybar-start.sh
Executable file
7
scripts/desktop/waybar-start.sh
Executable 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 &
|
@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user