change format of time; Fix battery meter, remove minimium_size, fix gaps.
This commit is contained in:
parent
96c696450a
commit
38fd68cff2
1 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/conky -d -c
|
||||
## .conkyrc configuration
|
||||
update_interval 10.0
|
||||
update_interval_on_battery 30.0
|
||||
update_interval 1.0
|
||||
update_interval_on_battery 5.0
|
||||
|
||||
alignment bottom_left
|
||||
|
||||
|
|
@ -33,12 +33,12 @@ color7 Green
|
|||
color8 9d9c61
|
||||
color9 525276
|
||||
|
||||
minimum_size 280 499
|
||||
maximum_width 499
|
||||
gap_x 0
|
||||
gap_y 1
|
||||
gap_x 1
|
||||
gap_y 3
|
||||
|
||||
${voffset -10}${color2}${font led:size=10}BATTERY ${font}$hr
|
||||
TEXT
|
||||
${color2}${font led:size=10}BATTERY ${font}$hr
|
||||
Battery: ${battery} ${acpiacadapter}
|
||||
${battery_bar}
|
||||
${goto 3} ${font :size=10}${time %H:%M on %A %d %B %Y}
|
||||
${goto 3}${font :size=8}${time %a %Y-%m-%d at %H:%M:%S}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue