diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-09-21 09:15:32 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-09-21 09:15:32 +0200 |
| commit | 0df0065e95bd723d86b77555d470020e6c3c0db5 (patch) | |
| tree | c2f02145c7e447bc0778e68c4802708a654dc08b /install | |
| parent | d3a39b694edb87c1ab3f67d4b25b32c3361aab7d (diff) | |
| download | myconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.tar.gz myconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.tar.bz2 myconfigs-0df0065e95bd723d86b77555d470020e6c3c0db5.zip | |
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |
