From abab0ecc1c205bdb4ba4f3129abd42d5d991dbf3 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:49:31 +0100 Subject: polybar: old module aesthetic --- .config/polybar/config | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index e1bb27f..bbb488b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -4,6 +4,7 @@ ;background = #080f1f background = #090809 background-alt = #1b2f60 +background-module = #111e3d ;foreground = ${xrdb:color7:#222} foreground = #dfdfdf foreground-alt = #254183 @@ -36,7 +37,7 @@ padding-left = 0 padding-right = 2 module-margin-left = 0 -module-margin-right = 4 +module-margin-right = 2 font-0 = Averia Libre:style=bold:size=15;3.8 font-1 = Font Awesome 5 Free Regular:size=14;4.5 @@ -102,15 +103,16 @@ enable-ipc = true type = internal/xkeyboard blacklist-0 = num lock +format = +format-spacing = 0 ;format-prefix = "  " ;format-prefix-foreground = ${colors.foreground} ;format-prefix-background = ${colors.background-alt} -label-layout = "%layout% " -;label-layout-background = ${colors.background-alt} +label-layout = " %layout% " +label-layout-background = ${colors.background-module} label-indicator-padding = 2 -label-indicator-margin = 0 label-indicator-background = ${colors.secondary} @@ -156,38 +158,39 @@ type = internal/date interval = 5 date-alt = "" -date = " %a, %d %b " +date = "%a, %d %b " time-alt = %H:%M time = %H:%M -label = "%date%%time% " +label = " %date%%time% " +label-background = ${colors.background-module} [module/date2] type = internal/date interval = 5 date = "" -date-alt = " %a, %d %b " +date-alt = "%a, %d %b " time = %H:%M time-alt = %H:%M -label = "%date%%time% " - +label = " %date%%time% " +label-background = ${colors.background-module} [module/pulseaudio] type = internal/pulseaudio format-volume = -label-volume = " %percentage%" +label-volume = "  %percentage% " label-volume-foreground = ${root.foreground} -;label-volume-background = ${colors.background-alt} +label-volume-background = ${colors.background-module} -label-muted = " muted" +label-muted = "  muted " label-muted-foreground = #999 -;label-muted-background = ${colors.background-alt} +label-muted-background = ${colors.background-module} -- cgit v1.2.3-70-g09d2