summaryrefslogtreecommitdiff
path: root/install/gtk.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-24 14:30:56 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-24 14:30:56 +1100
commit06ace6a6ac43682d8cbd4f8ad2ae56f4237b3f95 (patch)
tree0f7ec2b0e33cd451e2e8431a29b164486671f088 /install/gtk.fish
parentinstall: gtk set theme (diff)
downloadcaelestia-cli-06ace6a6ac43682d8cbd4f8ad2ae56f4237b3f95.tar.gz
caelestia-cli-06ace6a6ac43682d8cbd4f8ad2ae56f4237b3f95.tar.bz2
caelestia-cli-06ace6a6ac43682d8cbd4f8ad2ae56f4237b3f95.zip
install: several fixes
Fix gtk + links
Diffstat (limited to 'install/gtk.fish')
-rwxr-xr-xinstall/gtk.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/gtk.fish b/install/gtk.fish
index b0a2ec6..b4e8f0a 100755
--- a/install/gtk.fish
+++ b/install/gtk.fish
@@ -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