Skip to content

Commit

Permalink
make waybar dotfiles copying more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrneko committed Aug 24, 2024
1 parent 5276a78 commit 326f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir git && cd git
git clone --depth 1 https://codeberg.org/cyrneko/dotfiles
# cp -r ./dotfiles/niri/ /etc/...
# TODO: ...where does the config go? will figure out later.
cp -r ./dotfiles/waybar/* /etc/xdg/waybar/
cp -r ./dotfiles/waybar/config.jsonc ./dotfiles/waybar/style.css /etc/xdg/waybar/
cp -r ./dotfiles/fuzzel/fuzzel.ini /etc/xdg/fuzzel/fuzzel.ini
cd ..
rm -rf ./git/
Expand Down

0 comments on commit 326f91c

Please sign in to comment.