From eecac483b30be018e5710cb59efdb298070af17e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 10:04:23 -0600 Subject: feat(themes): standardize fonts and add hy3 tab bar theming - Standardize font to BerkeleyMono Nerd Font size 13pt across configs - Add unit comments (points vs pixels) to font settings - Add hy3 tab bar colors to set-theme for dupre and hudson themes - Add GTK file chooser sort-directories-first to archsetup - Update todo.org with completed tasks and new test task --- archsetup | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archsetup') diff --git a/archsetup b/archsetup index 97d6e92..e5ab2e7 100755 --- a/archsetup +++ b/archsetup @@ -847,6 +847,11 @@ user_customizations() { (sudo -u "$username" update-desktop-database "/home/$username/.local/share/applications" \ >> "$logfile" 2>&1 ) || true + # GTK file chooser settings (stored in dconf, can't be stowed) + action="configuring GTK file chooser" && display "task" "$action" + (sudo -u "$username" dbus-launch dconf write /org/gtk/settings/file-chooser/sort-directories-first true \ + >> "$logfile" 2>&1 ) || error_warn "$action" "$?" + action="restoring dotfile versions" && display "task" "$action" (cd "$dotfiles_dir" && git config --global --add safe.directory "$user_archsetup_dir" && \ git restore . >> "$logfile" 2>&1 ) || error_warn "$action" "$?" -- cgit v1.2.3