From e5c4d37bef9174ff7495176da414e7b02e74a46b Mon Sep 17 00:00:00 2001
From: Benjamin Morrison <ben@gbmor.org>
Date: Wed, 26 Jan 2022 19:14:38 -0500
Subject: include date in polybar time

---
 .config/polybar/material/modules.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.config/polybar')

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
-- 
cgit 1.4.1