diff options
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 67fe125..a1ad6ac 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -35,7 +35,7 @@ border-color = #00000000 padding-left = 0 padding-right = 2 -module-margin-left = 1 +module-margin-left = 0 module-margin-right = 2 ;font-0 = SFNS Display:style=Bold:size=12;3 @@ -89,7 +89,7 @@ font-2 = Font Awesome 5 Free Solid:size=12;3 modules-left = i3 modules-center = -modules-right = date +modules-right = date2 tray-position = none tray-padding = 2 @@ -112,10 +112,10 @@ blacklist-0 = num lock ;label-layout = "%layout% " label-layout = " %layout% " -label-layout-background = ${colors.background-alt} +;label-layout-background = ${colors.background-alt} label-indicator-padding = 2 -label-indicator-margin = 1 +label-indicator-margin = 0 label-indicator-background = ${colors.secondary} @@ -164,20 +164,21 @@ label-urgent-padding = 3 type = internal/date interval = 5 +date = " %a %b %d" +time = %H:%M +label = " %date% %time% " + +[module/date2] +type = internal/date +interval = 5 + date = "" date-alt = " %a %b %d" time = %H:%M time-alt = %H:%M -;format-prefix = " " -;format-prefix-background = ${colors.background-alt} -;format-prefix-foreground = ${colors.foreground} -;format-underline = #0a6cf5 - label = " %date% %time% " -label-background = ${colors.background-alt} - [module/pulseaudio] @@ -187,11 +188,11 @@ format-volume = <label-volume> label-volume = " %percentage% " label-volume-foreground = ${root.foreground} -label-volume-background = ${colors.background-alt} +;label-volume-background = ${colors.background-alt} label-muted = " muted " label-muted-foreground = #999 -label-muted-background = ${colors.background-alt} +;label-muted-background = ${colors.background-alt} |