Change date format and bar height

This commit is contained in:
2021-09-18 18:27:25 +03:00
parent f18dd5ad9b
commit 77e72e53ca

View File

@@ -6,7 +6,7 @@ foreground = ${self.secondary}
[bar/main] [bar/main]
width = 100% width = 100%
height = 30 height = 40
fixed-center = true fixed-center = true
background = ${colors.background} background = ${colors.background}
@@ -61,10 +61,9 @@ label-maxlen = 40
[module/date] [module/date]
type = internal/date type = internal/date
date-alt = "%Y-%m-%d, %A" date = "%d %b %H:%M, %A"
time = %H:%M
label = %time% %date% label = %date%
; ;
; RIGHT MODULES ; RIGHT MODULES