diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Xresources | 2 | ||||
-rw-r--r-- | utils/default-font.conf | 21 | ||||
-rw-r--r-- | utils/gtkrc-2.0 | 1 |
3 files changed, 15 insertions, 9 deletions
diff --git a/utils/Xresources b/utils/Xresources index f536483..5723999 100644 --- a/utils/Xresources +++ b/utils/Xresources | |||
@@ -1,6 +1,6 @@ | |||
1 | ! #include "/home/max/.config/base16-xresources/xresources/base16-tomorrow-night.Xresources" | 1 | ! #include "/home/max/.config/base16-xresources/xresources/base16-tomorrow-night.Xresources" |
2 | ! #include "/home/max/.config/base16-xresources/xresources/base16-google-light.Xresources" | 2 | ! #include "/home/max/.config/base16-xresources/xresources/base16-google-light.Xresources" |
3 | #include "/home/max/.config/base16-xresources/xresources/base16-tomorrow.Xresources" | 3 | #include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow.Xresources" |
4 | 4 | ||
5 | urxvt.scrollBar: false | 5 | urxvt.scrollBar: false |
6 | urxvt.background: base00 | 6 | urxvt.background: base00 |
diff --git a/utils/default-font.conf b/utils/default-font.conf index 3992d07..cf01d6d 100644 --- a/utils/default-font.conf +++ b/utils/default-font.conf | |||
@@ -3,20 +3,25 @@ | |||
3 | <!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd"> | 3 | <!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd"> |
4 | <fontconfig> | 4 | <fontconfig> |
5 | <match target="pattern"> | 5 | <match target="pattern"> |
6 | <test qual="any" name="family"><string>monospace</string></test> | ||
7 | <edit mode="prepend" name="family"><string>Hack Nerd Font Mono</string></edit> | ||
8 | <edit mode="prepend" name="family"><string>Hack</string></edit> | ||
9 | <edit mode="prepend" name="family"><string>emoji</string></edit> | ||
10 | <edit mode="prepend" name="family"><string>emojione</string></edit> | ||
11 | <edit mode="prepend" name="family"><string>FuraCode Nerd Font Mono Medium</string></edit> | ||
12 | <test name="slant" compare="not_eq"><const>italic</const></test> | ||
13 | <edit mode="assign" name="style"><string>bold</string></edit> | ||
14 | </match> | ||
15 | <match target="pattern"> | ||
6 | <test qual="any" name="family"><string>serif</string></test> | 16 | <test qual="any" name="family"><string>serif</string></test> |
7 | <edit name="family" mode="assign" binding="same"><string>Noto Serif</string></edit> | 17 | <edit name="family" mode="prepend" binding="same"><string>Noto Serif</string></edit> |
8 | </match> | 18 | </match> |
9 | <match target="pattern"> | 19 | <match target="pattern"> |
10 | <test qual="any" name="family"><string>sans-serif</string></test> | 20 | <test qual="any" name="family"><string>sans-serif</string></test> |
11 | <edit name="family" mode="assign" binding="same"><string>Noto Sans</string></edit> | 21 | <edit name="family" mode="prepend" binding="same"><string>Noto Sans</string></edit> |
12 | </match> | 22 | </match> |
13 | <match target="pattern"> | 23 | <match target="pattern"> |
14 | <test qual="any" name="family"><string>monospace</string></test> | 24 | <edit name="dpi" mode="assign"><double>102</double></edit> |
15 | <edit mode="assign" name="family"><string>Hack</string></edit> | ||
16 | <edit mode="prepend" name="family"><string>emoji</string></edit> | ||
17 | |||
18 | <test name="slant" compare="not_eq"><const>italic</const></test> | ||
19 | <edit mode="assign" name="style"><string>bold</string></edit> | ||
20 | </match> | 25 | </match> |
21 | </fontconfig> | 26 | </fontconfig> |
22 | <!-- | 27 | <!-- |
diff --git a/utils/gtkrc-2.0 b/utils/gtkrc-2.0 new file mode 100644 index 0000000..05caadc --- /dev/null +++ b/utils/gtkrc-2.0 | |||
@@ -0,0 +1 @@ | |||
gtk-icon-theme-name="gnome" | |||