From 77e72e53caaa7cd7b47f17d235193bb7116c0dbe Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Sep 2021 18:27:25 +0300 Subject: [PATCH] Change date format and bar height --- polybar/config.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/polybar/config.ini b/polybar/config.ini index 2aa36de..46c4112 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -6,7 +6,7 @@ foreground = ${self.secondary} [bar/main] width = 100% -height = 30 +height = 40 fixed-center = true background = ${colors.background} @@ -61,10 +61,9 @@ label-maxlen = 40 [module/date] type = internal/date -date-alt = "%Y-%m-%d, %A" -time = %H:%M +date = "%d %b %H:%M, %A" -label = %time% %date% +label = %date% ; ; RIGHT MODULES