Added sway and waybar config

This commit is contained in:
Tibo De Peuter 2022-10-26 20:07:26 +02:00
parent e1b9e3eccf
commit e93d9519b0
15 changed files with 994 additions and 0 deletions

View file

@ -30,8 +30,11 @@ pre_remove() {
}
install_software() {
# Sway
git clone https://aur.archlinux.org/sway-git.git
cd sway-git
makepkg
pacman -U sway-git
}