clean up
This commit is contained in:
@@ -217,22 +217,3 @@ install_nerd_font "FiraCode"
|
||||
# Rebuild font cache
|
||||
fc-cache -f "$FONT_DIR" 2>/dev/null || true
|
||||
ok "Font cache rebuilt."
|
||||
|
||||
# ===========================================================================
|
||||
# 7. GTK Theme (dark mode + Papirus icons)
|
||||
# ===========================================================================
|
||||
info "Setting GTK theme and icons..."
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' 2>/dev/null || true
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark' 2>/dev/null || true
|
||||
gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark' 2>/dev/null || true
|
||||
ok "GTK dark theme + Papirus icons set."
|
||||
|
||||
# ===========================================================================
|
||||
# 8. Solaar (Logitech peripherals) config
|
||||
# ===========================================================================
|
||||
# The Pop machine had config for MX Keys Mini + MX Master 3.
|
||||
# Solaar config is auto-generated when you pair devices. The config
|
||||
# template (if supplied) can be placed at ~/.config/solaar/config.yaml
|
||||
info "Solaar config will be generated automatically when you pair devices."
|
||||
|
||||
ok "Stage 09 complete: desktop configured."
|
||||
|
||||
Reference in New Issue
Block a user