Browse Source

polybar

master
Juni Kim 2 years ago
parent
commit
3de7af900b
  1. 6
      user_arch.sh

6
user_arch.sh

@ -38,7 +38,7 @@ usertest() {
dev() {
echo "Developer tools..."
sudo -S pacman --noconfirm -S neovim nodejs
sudo -S pacman --noconfirm -S neovim nodejs rustc
}
@ -114,8 +114,8 @@ dotfiles() {
graphical() {
sudo -S pacman --noconfirm -S xorg xorg xorg-server xorg-xinit xorg-fonts-misc \
xclip nitrogen dmenu ttf-jetbrains-mono noto-fonts-emoji ttf-dejavu \
picom xclip kitty
paru -S --noconfirm polybar cwm
picom xclip kitty polybar
paru -S --noconfirm cwm
mkdir -p "$HOME/wallpaper"
}

Loading…
Cancel
Save