From: Mark Wooding Date: Fri, 17 Apr 2020 23:43:57 +0000 (+0100) Subject: dot/gtk3-settings.ini: Switch Gtk 3 theme to `raleigh-reloaded'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/1efec7a824559b3c04aab3fe223a72602dff6c38?ds=sidebyside dot/gtk3-settings.ini: Switch Gtk 3 theme to `raleigh-reloaded'. The `compact' version is too lopsided, and, well, squished. It seems that I have no ability to stick with a decision at the moment. --- diff --git a/dot/gtk3-settings.ini b/dot/gtk3-settings.ini index c52dac5..da50fdf 100644 --- a/dot/gtk3-settings.ini +++ b/dot/gtk3-settings.ini @@ -1,6 +1,6 @@ [Settings] gtk-primary-button-warps-slider = false -gtk-theme-name = raleigh-reloaded-compact +gtk-theme-name = raleigh-reloaded gtk-application-prefer-dark-theme = true gtk-long-press-time = 5000 #gtk-overlay-scrolling = false diff --git a/dot/xinitrc b/dot/xinitrc index 5d8bb25..e493b87 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -279,7 +279,7 @@ case "$term" in ## or 3. Let's find out... case $(ldd $(command -v pterm) | grep libgtk) in libgtk-2*) t_wd=504 ;; - *) t_wd=502 ;; + *) t_wd=503 ;; esac t_lineht=13 t_vextra=23 geom=-geometry;; Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;