commit b8aae5e

Emilia Smólska  ·  2026-07-26 21:46:20 +0000 UTC
parent 53a2acd
the sunlarp is back
6 files changed,  +17, -11
M cwmrc
+2, -2
1@@ -3,5 +3,5 @@ XTerm*termName:vt220
2 XTerm*scrollBar:false
3 XClock*analog:false
4 XClock*render:true
5-XTerm*faceName:Luxi Mono:size=8.25
6-XClock*face:Luxi Mono:size=8.25
7+XTerm*faceName:Sun Gallant:size=9
8+XClock*face:Sun Gallant:size=9
+1, -1
1@@ -1,2 +1,2 @@
2 [Settings]
3-gtk-font-name = Luxi Mono 11
4+gtk-font-name = Sun Gallant 12
M cwmrc
+1, -1
1@@ -1,4 +1,4 @@
2-fontname "Luxi Mono:size=8.25"
3+fontname "Sun Gallant:size=9"
4 
5 ignore xclock
6 
+5, -5
 1@@ -99,11 +99,11 @@
 2 # If FLTK has been configured with Xft enabled (the default), you can use
 3 # scalable fonts such as DejaVu or Liberation (try running
 4 # "fc-list : family | cut -d ',' -f 2 | sort").
 5-font_serif="Luxi Mono"
 6-font_sans_serif="Luxi Mono"
 7-font_cursive="Luxi Mono"
 8-font_fantasy="Luxi Mono"
 9-font_monospace="Luxi Mono"
10+font_serif="Sun Gallant"
11+font_sans_serif="Sun Gallant"
12+font_cursive="Sun Gallant"
13+font_fantasy="Sun Gallant"
14+font_monospace="Sun Gallant"
15 #
16 # Otherwise, use bitmapped fonts like the following (for a list, try running
17 # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
+1, -1
1@@ -1 +1 @@
2-gtk-font-name = "Luxi Mono 8.25"
3+gtk-font-name = "Sun Gallant 9"
 1@@ -8,12 +8,18 @@ ln -sf $PWD/bin/makeinfo ~/bin/makeinfo
 2 ln -sf $PWD/bin/playing ~/bin/playing
 3 ln -sf $PWD/bin/x0 ~/bin/x0
 4 mkdir -p ~/.config/gtk-3.0
 5-ln -sf $PWD/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/settings.ini
 6+# chrome unveil
 7+rm -f ~/.config/gtk-3.0/settings.ini
 8+cp -f config/gtk-3.0/settings.ini ~/.config/gtk-3.0/settings.ini
 9 mkdir -p ~/.config/profanity
10 ln -sf $PWD/config/profanity/profrc ~/.config/profanity/profrc
11 ln -sf $PWD/cwmrc ~/.cwmrc
12 mkdir -p ~/.dillo
13 ln -sf $PWD/dillo/dillorc ~/.dillo/dillorc
14+# chrome unveil
15+mkdir -p ~/.fonts
16+rm -f ~/.fonts/SunGallant-Regular.ttf
17+cp -f fonts/SunGallant-Regular.ttf ~/.fonts/SunGallant-Regular.ttf
18 ln -sf $PWD/gitconfig ~/.gitconfig
19 ln -sf $PWD/gtkrc-2.0 ~/.gtkrc-2.0
20 ln -sf $PWD/kshrc ~/.kshrc