Stow polybar

This commit is contained in:
Christian Colglazier 2023-11-24 18:58:37 -05:00
parent 48710770b8
commit 5e6e96e990
2 changed files with 2 additions and 2 deletions

View File

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