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 | |
parent | b5a780e9d2673283504d050b53e2b70a8e3038e6 (diff) | |
download | conky-568cf315de9fc5ebaa360ba04e96e956a13fbced.tar.gz conky-568cf315de9fc5ebaa360ba04e96e956a13fbced.tar.bz2 |
Use Terminus font
-rw-r--r-- | conky.dot.link/weather/conkyrc | 5 | ||||
-rw-r--r-- | conkyrc.dot.link | 5 |
2 files changed, 6 insertions, 4 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 diff --git a/conkyrc.dot.link b/conkyrc.dot.link index 9d38045..b5c8163 100644 --- a/conkyrc.dot.link +++ b/conkyrc.dot.link @@ -20,10 +20,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 |