diff options
author | katherine <shmibs@shmibbles.me> | 2016-03-19 22:17:28 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-03-19 22:17:28 -0700 |
commit | e92af1f7088cc5b6b40a5ceba275a197c305de62 (patch) | |
tree | 5d92832f1ecdaff44ca61a15f3c3d11b49fb2d79 /.config/init/gen-urxvt-theme.sh | |
parent | b351865a2b3678708d70c6e088c70ae8f7fd923f (diff) | |
download | dotfiles-e92af1f7088cc5b6b40a5ceba275a197c305de62.tar.gz |
snapshot
lots of random things changed; forgot to update for a while again.
moving things to .config/init/funcs is one important thing; means
being able to use those shell scripts anywhere, like ranger or whatever
Diffstat (limited to '.config/init/gen-urxvt-theme.sh')
-rw-r--r-- | .config/init/gen-urxvt-theme.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/init/gen-urxvt-theme.sh b/.config/init/gen-urxvt-theme.sh index ba11d71..40e986b 100644 --- a/.config/init/gen-urxvt-theme.sh +++ b/.config/init/gen-urxvt-theme.sh @@ -42,8 +42,9 @@ URxvt*color15: $light_white # Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. The first font echo -n "URxvt*font: " -echo -n "xft:${ttfont}:size=${ttfont_size}, " -echo "xft:${jfont}:size=${jfont_size}" +echo -n "xft:${mfont}:size=${mfont_size}, " +echo -n "xft:${jfont}:size=${jfont_size}, " +echo "xft:${bkfont}:size=${bkfont_size}" } > /tmp/urxvt-theme |