From 885d72d050adbef84f2721108424aad4e1e51b14 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 2 Jul 2021 18:57:22 +0200 Subject: [PATCH] Time & date on polybar --- .config/polybar/config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 81bb59b..06cfd7b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = over [colors] -background = #111015 +background = #111015 foreground = #fefefe foreground2 = #aafefefe line = #bbb @@ -31,36 +31,36 @@ cyan = #449dab white = #787c99 [global/wm] -margin-top = 20 -margin-bottom = 20 +# margin-top = 0 +# margin-bottom = 0 [bar/top] -font-0 = "Fira Code:pixelsize=9#1" -font-1 = "siji:pixelsize=12#1" +font-0 = "Fira Code:pixelsize=9;1" +font-1 = "siji:pixelsize=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1" font-4 = "Font Awesome 5 Brands Regular:size=12;1" monitor = ${env:MONITOR} -fixed-center = true -override-redirect = false +# fixed-center = true +# override-redirect = true width = 100% -height = 24 +height = 16 bottom = 1 background = ${colors.background} foreground = ${colors.foreground} -padding-left = 16 -padding-right = 16 +padding-left = 8 +padding-right = 8 module-margin = 1 modules-left = dwm title -modules-center = cmus -modules-right = pulseaudio wlan kernel battery date +modules-center = time +modules-right = cmus pulseaudio wlan battery date ################################################# # MODULES #