From 0df0065e95bd723d86b77555d470020e6c3c0db5 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Mon, 21 Sep 2026 09:15:32 +0200 Subject: treewide: update with various changes of files that accumulated --- install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install') diff --git a/install b/install index 5b9035d..15bcf84 100755 --- a/install +++ b/install @@ -114,6 +114,11 @@ if ask "sync" "Install synchronization"; then fi if ask "desktop" "Install desktop"; then + if ! [[ -d ~/.themes/Nordic-darker-standard-buttons ]]; then + mkdir -p ~/.themes + curl -L https://github.com/EliverLara/Nordic/releases/download/v2.2.0/Nordic-darker-standard-buttons.tar.xz | + tar -JxC ~/.themes + fi # Force some dconf settings gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' gsettings set org.gnome.desktop.interface font-name 'Cantarell 8' -- cgit v1.3.1