update Install scripts
This commit is contained in:
parent
8ad8784443
commit
bbc3094e3d
|
|
@ -1,5 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Hyprland
|
|
||||||
Comment=An intelligent dynamic tiling Wayland compositor
|
|
||||||
Exec=Hyprland
|
|
||||||
Type=Application
|
|
||||||
|
|
@ -8,6 +8,7 @@ packages=(
|
||||||
cliphist
|
cliphist
|
||||||
kvantum
|
kvantum
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
|
imagemagick
|
||||||
swaync
|
swaync
|
||||||
swww
|
swww
|
||||||
wallust
|
wallust
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,6 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_pipewire.log"
|
||||||
|
|
||||||
ISAUR=$(command -v yay || command -v paru)
|
ISAUR=$(command -v yay || command -v paru)
|
||||||
|
|
||||||
# Removal of pulseaudio
|
|
||||||
printf "${YELLOW}Removing pulseaudio stuff...${RESET}\n"
|
|
||||||
for pulseaudio in pulseaudio pulseaudio-alsa pulseaudio-bluetooth; do
|
|
||||||
sudo pacman -R --noconfirm "$pulseaudio" 2>/dev/null | tee -a "$LOG" || true
|
|
||||||
done
|
|
||||||
|
|
||||||
# Disabling pulseaudio to avoid conflicts
|
# Disabling pulseaudio to avoid conflicts
|
||||||
systemctl --user disable --now pulseaudio.socket pulseaudio.service 2>/dev/null && tee -a "$LOG"
|
systemctl --user disable --now pulseaudio.socket pulseaudio.service 2>/dev/null && tee -a "$LOG"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,6 @@ sddm_conf_dir=/etc/sddm.conf.d
|
||||||
|
|
||||||
wayland_sessions_dir=/usr/share/wayland-sessions
|
wayland_sessions_dir=/usr/share/wayland-sessions
|
||||||
[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }
|
[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }
|
||||||
sudo cp assets/hyprland.desktop "$wayland_sessions_dir/" 2>&1 | tee -a "$LOG"
|
|
||||||
|
|
||||||
# SDDM-themes
|
# SDDM-themes
|
||||||
valid_input=false
|
valid_input=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue