summaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-02-18 14:49:31 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2022-02-18 14:49:31 +0100
commitabab0ecc1c205bdb4ba4f3129abd42d5d991dbf3 (patch)
tree7951199eabbadd059db954a74d0f9e1ef207dd2b /.config/polybar
parent550da16686d58d622bdbef30f15ce3192131e010 (diff)
polybar: old module aesthetic
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config29
1 files 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 = <label-layout><label-indicator>
+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>
-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}