chiark / gitweb /
dot/gtk3-settings.ini: Switch Gtk 3 theme to `raleigh-reloaded'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 17 Apr 2020 23:43:57 +0000 (00:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 17 Apr 2020 23:43:57 +0000 (00:43 +0100)
The `compact' version is too lopsided, and, well, squished.  It seems
that I have no ability to stick with a decision at the moment.

dot/gtk3-settings.ini
dot/xinitrc

index c52dac5b3b96e9bccb98e7dbdcbc9ed6bda02a49..da50fdf3095a2f0dcfda4668fee03c47fa920746 100644 (file)
@@ -1,6 +1,6 @@
 [Settings]
 gtk-primary-button-warps-slider = false
 [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
 gtk-application-prefer-dark-theme = true
 gtk-long-press-time = 5000
 #gtk-overlay-scrolling = false
index 5d8bb2524346b906702cbb3a7398c7f906f43eac..e493b873d02781d38e7a6d68a1718e4743b2fc8b 100755 (executable)
@@ -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 ;;
     ## 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;;
     esac
     t_lineht=13 t_vextra=23 geom=-geometry;;
   Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;