added bluetooth stuff to hyprland install module
parent
11929f4a79
commit
70c8d1f48c
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset ksshaskpass nm-connection-editor network-manager-applet
|
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset ksshaskpass nm-connection-editor network-manager-applet blueman bluez
|
||||||
echo "Installing AUR packages"
|
echo "Installing AUR packages"
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
|
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
|
||||||
|
|
||||||
|
|
@ -40,6 +40,7 @@ tar -zxvf Nordzy-cursors-lefthand.tar.gz -C $HOME/.icons/
|
||||||
#cp -r Papirus* ~/.icons
|
#cp -r Papirus* ~/.icons
|
||||||
#gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
|
#gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
|
||||||
|
|
||||||
|
sudo systemctl enable bluez
|
||||||
hyprpm update
|
hyprpm update
|
||||||
hyprpm add https://github.com/hyprwm/hyprland-plugins
|
hyprpm add https://github.com/hyprwm/hyprland-plugins
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue