diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-11-02 21:06:22 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-03 00:09:34 +0100 |
commit | 0efe32b1e1344472263a456d27ac3d6e9e425d7d (patch) | |
tree | 4c0e6f1f87332f862278b27e26eaa512aa7cd949 /.config/polybar | |
parent | e5cdb9a7fd7ebb1339f605be64eb22e69babd1ed (diff) |
Polybar font, i3 misc, nvim omnisharp misc
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 9d5cac9..96a4ef2 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -38,15 +38,13 @@ padding-right = 2 module-margin-left = 0 module-margin-right = 5 -font-0 = FreeSans:size=15;3 +font-0 = Averia Libre:style=bold:size=15;4 font-1 = Font Awesome 5 Free Regular:size=14;4.5 font-2 = Font Awesome 5 Free Solid:size=14;4.5 -font-3 = Font Awesome 5 Pro Solid:size=14;4.5 -font-4 = Font Awesome 5 Pro Regular:size=14;4.5 modules-left = i3 -modules-center = -modules-right = xkeyboard pulseaudio battery date +modules-center = +modules-right = xkeyboard pulseaudio date tray-position = right tray-padding = 2 @@ -67,7 +65,7 @@ label-layout-background = ${colors.background-alt} label-indicator-padding = 2 label-indicator-margin = 0 -label-indicator-background = #bc99ed +label-indicator-background = ${colors.alert} label-indicator-foreground = #000 @@ -162,13 +160,12 @@ ramp-capacity-3 = " " ramp-capacity-4 = " " - [module/date] type = internal/date interval = 5 date-alt = "" -date = "%a %b %d " +date = " %a, %b %d " time-alt = "%H:%M" time = "%H:%M" |