fonts fix
This commit is contained in:
parent
a9601f4fc7
commit
b298a98551
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Use Xft?
|
||||
use_xft yes
|
||||
xftfont cure:size=6
|
||||
xftfont cure:size=8
|
||||
|
||||
background yes
|
||||
double_buffer yes
|
||||
|
@ -110,7 +110,7 @@ temperature_unit celsius
|
|||
TEXT
|
||||
# cpu
|
||||
${color2}${alignc}${font DotMatrix:size=10}${time %a} ${font DotMatrix:size=11}${time %d} ${font DotMatrix:size=10}${time %b}
|
||||
${color2}${alignc}${font DotMatrix:size=12}${time %H:%M} ${font DotMatrix:size=10}${time %S}
|
||||
${color2}${alignc}${font DotMatrix:size=12}${time %H:%M} ${font DotMatrix:size=10}${time %S}${font}
|
||||
${voffset 5}${color2}${cpu cpu0}%
|
||||
${color1}${cpugraph cpu0 20,97 00ff00 ff0000 -t}
|
||||
${color1}${cpubar cpu0 5,}
|
||||
|
|
Loading…
Reference in a new issue