summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-18 16:05:17 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-18 16:05:17 +0200
commit70c5c7eeda1de97e3a31ac9b02e232741657403e (patch)
tree3a1c54aff921405610f5c64c70082053a1ed6a28 /.config
parentfa73b5ded60c345fa9e855ae65a4651ccd802306 (diff)
Polybar show date and time info by default
Diffstat (limited to '.config')
-rw-r--r--.config/polybar/config14
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
index cf8a499..b3f8b09 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -88,7 +88,7 @@ font-2 = Font Awesome 5 Free Solid:size=14;4.5
modules-left = i3
modules-center =
-modules-right = date
+modules-right = date2
tray-position = none
tray-padding = 2
@@ -161,6 +161,18 @@ label-urgent-padding = 3
type = internal/date
interval = 5
+date-alt = ""
+date = " %a %b %d "
+
+time-alt = %H:%M
+time = %H:%M
+
+label = "%date%%time% "
+
+[module/date2]
+type = internal/date
+interval = 5
+
date = ""
date-alt = " %a %b %d "