diff options
-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 |