dot/gtk3-settings.ini, dot/xinitrc: Switch default Gtk 3 theme.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 16:41:32 +0000 (17:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 16:41:32 +0000 (17:41 +0100)
Yay!  I found a conversion of the Gtk 2 `raleigh' theme.  Set this in
the Gtk 3 configuration file, and adjust the `pterm' width to
compensate.

dot/gtk3-settings.ini
dot/xinitrc

index 5b9b52e..c52dac5 100644 (file)
@@ -1,6 +1,6 @@
 [Settings]
 gtk-primary-button-warps-slider = false
-gtk-theme-name = Adwaita-dark
+gtk-theme-name = raleigh-reloaded-compact
 gtk-application-prefer-dark-theme = true
 gtk-long-press-time = 5000
 #gtk-overlay-scrolling = false
index 7f31539..5d8bb25 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 ;;
-      *) t_wd=500 ;;
+      *) t_wd=502 ;;
     esac
     t_lineht=13 t_vextra=23 geom=-geometry;;
   Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;