diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-26 19:14:38 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-26 19:14:38 -0500 |
commit | e5c4d37bef9174ff7495176da414e7b02e74a46b (patch) | |
tree | ee91c11f2f1168eeb187071527ef2311b7230331 /.config | |
parent | 786ca978f368212f5be58d01701d1e54e275b19c (diff) | |
download | dogfiles-e5c4d37bef9174ff7495176da414e7b02e74a46b.tar.gz |
include date in polybar time
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/material/modules.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/material/modules.ini b/.config/polybar/material/modules.ini index c4f4eef..ee87efa 100644 --- a/.config/polybar/material/modules.ini +++ b/.config/polybar/material/modules.ini @@ -373,7 +373,7 @@ interval = 1.0 ;;date = %Y-%m-%d% ; Optional time format -time = " %T" +time = " %T %Y-%m-%d" ; if `date-alt` or `time-alt` is defined, clicking ; the module will toggle between formats |