diff options
author | Masfehico <clyhtsuriva@gmail.com> | 2020-06-25 23:43:38 +0200 |
---|---|---|
committer | Masfehico <clyhtsuriva@gmail.com> | 2020-06-25 23:43:38 +0200 |
commit | 01a8abbd75181811ab85f2bf6f7883b193efdefc (patch) | |
tree | cdf43a6980d0590a49f00b2b85ef3fe99cc67463 /TMV/.conkyrc | |
parent | 716fab7ec5d829c0981bae25f91927d625a2621a (diff) |
Update
Diffstat (limited to 'TMV/.conkyrc')
-rw-r--r-- | TMV/.conkyrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TMV/.conkyrc b/TMV/.conkyrc index 3acea24..71a1584 100644 --- a/TMV/.conkyrc +++ b/TMV/.conkyrc @@ -93,7 +93,7 @@ conky.text = [[ # # CURRENT TIME ${font Roboto:size=24}${color0}${alignc}${voffset -4}\ -${time %I:%M %p}\ +${time %H:%M:%S}\ ${font}${color} # # CURRENT DATE @@ -318,5 +318,5 @@ ${font}${color} # # COLOR PALETTE IMAGE # Note: Vertical offset controls the space UNDER the image. -${voffset -25}${image ./Cache/colorpalette.png -p 13,870}\ +#${voffset -25}${image ./Cache/colorpalette.png -p 13,870}\ ]] |