Stow waybar

This commit is contained in:
Christian Colglazier 2023-11-24 19:03:18 -05:00
parent 4c1a3d0647
commit cdd6f23f30
3 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ dotdir=~/dotfiles
# src dest sudo # src dest sudo
files=($dotdir/scripts ~/.config/ 'n' files=($dotdir/scripts ~/.config/ 'n'
$dotdir/systemd ~/.config/ 'n' $dotdir/systemd ~/.config/ 'n'
$dotdir/waybar ~/.config/ 'n'
$dotdir/mako ~/.config/ 'n' $dotdir/mako ~/.config/ 'n'
$dotdir/settings.conf ~/.config/ 'n') $dotdir/settings.conf ~/.config/ 'n')
@ -118,6 +117,7 @@ function stow_dotfiles {
stow kitty stow kitty
stow polybar stow polybar
stow rofi stow rofi
stow waybar
} }
setup setup