use 24h time format for the main desktop clock in conky
This commit is contained in:
parent
e70c562636
commit
c45a441dc8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ use_spacer yes
|
|||
|
||||
minimum_size 0 0
|
||||
TEXT
|
||||
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %I:%M}${font}${voffset -84}${offset 00}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
|
||||
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 00}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue