From 70c5c7eeda1de97e3a31ac9b02e232741657403e Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:05:17 +0200 Subject: Polybar show date and time info by default --- .config/polybar/config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.config/polybar') 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 " -- cgit v1.2.3-70-g09d2