install: several fixes

Fix gtk + links
This commit is contained in:
2 * r + 2 * t
2025-02-24 14:30:56 +11:00
parent 781e762ff1
commit 06ace6a6ac
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ setup-systemd-monitor gtk $dist
# Set theme
gsettings set org.gnome.desktop.interface gtk-theme \'adw-gtk3-dark\'
if pacman -Q papirus-icon-theme &> /dev/null
read -l -p "Set icon theme to Papirus-Dark? [Y/n] ' -n" confirm
read -l -p "input 'Set icon theme to Papirus-Dark? [Y/n] ' -n" confirm
test "$confirm" = 'n' -o "$confirm" = 'N' || gsettings set org.gnome.desktop.interface icon-theme \'Papirus-Dark\'
end