diff options
author | Yigit Sever | 2021-03-11 15:08:17 +0300 |
---|---|---|
committer | Yigit Sever | 2021-03-11 15:08:17 +0300 |
commit | 09417f7de17d33f27cc463e030eeef9bbf201646 (patch) | |
tree | 72f56498dbf3f2f8b988e3799e67378d5c9aac69 | |
parent | 68916ad42032b4a903b2d2daff329d74748be756 (diff) | |
download | dotfiles-09417f7de17d33f27cc463e030eeef9bbf201646.tar.gz dotfiles-09417f7de17d33f27cc463e030eeef9bbf201646.tar.bz2 dotfiles-09417f7de17d33f27cc463e030eeef9bbf201646.zip |
use 24 hour notation on conky rem calendar
-rw-r--r-- | .config/conky/conky.conf##c.desktop,h.maus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/conky.conf##c.desktop,h.maus b/.config/conky/conky.conf##c.desktop,h.maus index b2abc5c..020b21b 100644 --- a/.config/conky/conky.conf##c.desktop,h.maus +++ b/.config/conky/conky.conf##c.desktop,h.maus | |||
@@ -88,6 +88,6 @@ ${alignr}${color}${texeci 7200 curl -s wttr.in/ank?format="%s"} | |||
88 | ${voffset 1} | 88 | ${voffset 1} |
89 | ${color0}$stippled_hr${color} | 89 | ${color0}$stippled_hr${color} |
90 | ${voffset 1} | 90 | ${voffset 1} |
91 | ${execp rem -c -w120 | head -n -1} | 91 | ${execp rem -c -w120 -b1 | head -n -1} |
92 | ${color4}${alignr} | 92 | ${color4}${alignr} |
93 | ]] | 93 | ]] |