waybar and rofi
This commit is contained in:
14
install.bash
14
install.bash
@ -7,10 +7,8 @@
|
||||
# SYMBOLIC LINKS
|
||||
###################################################################
|
||||
|
||||
ln -s ~/dotfiles/.conf/hypr ~/.config/hypr
|
||||
ln -s ~/dotfiles/.conf/hyprpaper ~/.config/hyprpaper
|
||||
ln -s ~/dotfiles/.conf/fastfetch ~/.config/fastfetch
|
||||
ln -s ~/dotfiles/.conf/mimeapps.list ~/.config/mimeapps.list
|
||||
# Copy everything from .config
|
||||
|
||||
ln -s ~/dotfiles/wallpapers ~/wallpapers
|
||||
ln -s ~/dotfiles/.fonts ~/.fonts
|
||||
|
||||
@ -43,6 +41,9 @@ pacman -S btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboar
|
||||
# Bash prompt bar
|
||||
pacman -S starship
|
||||
|
||||
# Additional Pacman utils like "checkupdates"
|
||||
sudo pacman -S pacman-contrib
|
||||
|
||||
# Networking
|
||||
# For connecting to eduroam install config with this script: https://cat.eduroam.org/
|
||||
# wpa_supplicant is dependency of networkmanager that was not installed for some reason.
|
||||
@ -60,3 +61,8 @@ echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autol
|
||||
# MANUAL CONFIGURATION REQUIRED
|
||||
###################################################################
|
||||
|
||||
# Waybar: https://github.com/sejjy/mechabar/tree/classic
|
||||
# Dependencies:
|
||||
# wireplumber is Session/policy manager implementation for PipeWire
|
||||
pacman -S cava bluez-utils pipewire-pulse ttf-jetbrains-mono-nerd wireplumber
|
||||
yay -S bluetui rofi-lbonn-wayland-git
|
||||
|
Reference in New Issue
Block a user