diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 09:53:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-26 09:53:03 -0300 |
commit | 568cf315de9fc5ebaa360ba04e96e956a13fbced (patch) | |
tree | 3b1a5ea6c19030c56437ba6f62138fe2bbb73ec3 /conky.dot.link/weather/conkyrc | |
parent | b5a780e9d2673283504d050b53e2b70a8e3038e6 (diff) | |
download | conky-568cf315de9fc5ebaa360ba04e96e956a13fbced.tar.gz conky-568cf315de9fc5ebaa360ba04e96e956a13fbced.tar.bz2 |
Use Terminus font
Diffstat (limited to 'conky.dot.link/weather/conkyrc')
-rw-r--r-- | conky.dot.link/weather/conkyrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conky.dot.link/weather/conkyrc b/conky.dot.link/weather/conkyrc index a31d43d..f037bf5 100644 --- a/conky.dot.link/weather/conkyrc +++ b/conky.dot.link/weather/conkyrc @@ -15,10 +15,11 @@ background yes #font -*-*-*-*-*-*-34-*-*-*-*-*-*-* # Use Xft? -#use_xft no +use_xft yes # Xft font when Xft is enabled -xftfont courier-12 +#xftfont courier-12 +xftfont Terminus:size=8 # Text alpha when using Xft #xftalpha 0.8 |