Change font, fix padding, & remove MPD from laptop

Amolith created

Change summary

dot_config/polybar/config.tmpl | 44 ++++++++++++++++++------------------
1 file changed, 22 insertions(+), 22 deletions(-)

Detailed changes

dot_config/polybar/config.tmpl 🔗

@@ -22,9 +22,9 @@ padding-left = 0
 padding-right = 2
 
 module-margin-left = 1
-module-margin-right = 7
+module-margin-right = 3
 
-font-0 = "Concourse C4:pixelsize=11;1"
+font-0 = "Triplicate T4:pixelsize=11;1"
 font-1 = "JetBrainsMono Nerd Font:style=Regular"
 
 modules-left = i3
@@ -55,13 +55,13 @@ padding-left = 0
 padding-right = 2
 
 module-margin-left = 1
-module-margin-right = 7
+module-margin-right = 3
 
-font-0 = "Concourse C4:pixelsize=11;1"
+font-0 = "Triplicate T4:pixelsize=11;1"
 font-1 = "JetBrainsMono Nerd Font:style=Regular"
 
 modules-left = {{- if eq .chezmoi.hostname "glade" }} updates {{- end }}
-modules-center = mpd
+modules-center = {{- if eq .chezmoi.hostname "angmar" }} mpd {{- end }}
 modules-right =
 
 tray-position = right
@@ -83,18 +83,18 @@ wrapping-scroll = false
 ; Only show workspaces on the same output as the bar
 pin-workspaces = true
 
-label-mode-padding = 2
+label-mode-padding = 1
 label-mode-foreground = {colors.background}
 
 ; focused = Active workspace on focused monitor
 label-focused = %index%
 label-focused-background = ${colors.background-alt}
 label-focused-underline= ${colors.background-alt}
-label-focused-padding = 2
+label-focused-padding = 1
 
 ; unfocused = Inactive workspace on any monitor
 label-unfocused = %index%
-label-unfocused-padding = 2
+label-unfocused-padding = 1
 
 ; visible = Active workspace on unfocused monitor
 label-visible = %index%
@@ -107,7 +107,7 @@ label-urgent = %index%
 label-urgent-background = ${colors.alert}
 label-urgent-foreground = ${colors.foreground}
 label-urgent-underline = ${colors.foreground}
-label-urgent-padding = 2
+label-urgent-padding = 1
 
 [module/mail]
 type = custom/script
@@ -131,37 +131,37 @@ label = %percentage:2%%
 [module/memory]
 type = internal/memory
 interval = 2
-format-prefix = "  "
+format-prefix = " "
 format-prefix-foreground = ${colors.foreground}
 label = %percentage_used:2%%
 
 [module/wlan]
 type = internal/network
-interface = wlp28s0
+interface = wlp2s0
 interval = 3.0
 
 format-connected = <label-connected>
 format-connected-underline = #9f78e1
-label-connected = "歷 "
+label-connected = "歷"
 
-format-disconnected = "轢 "
+format-disconnected = "轢"
 
 [module/date]
 type = internal/date
 interval = 5
 {{- if eq .chezmoi.hostname "glade" }}
-time =   %H:%M
-date-alt = "  %Y-%m-%d"
+time =  %H:%M
+date-alt = " %Y-%m-%d"
 label = %time%%date%
 {{- end }}
 {{- if eq .chezmoi.hostname "angmar" }}
-date = "  %Y-%m-%d"
+date = " %Y-%m-%d"
 label = %date%
 
 [module/time]
 type = internal/date
 interval = 5
-time =   %H:%M
+time =  %H:%M
 label = %time%
 {{- end }}
 
@@ -171,7 +171,7 @@ type = internal/battery
 battery = BAT0
 adapter = AC
 
-format-charging = <animation-charging>  <label-charging>
+format-charging = <animation-charging> <label-charging>
 label-charging = %percentage%%
 animation-charging-0 = 
 animation-charging-1 = 
@@ -202,12 +202,12 @@ format-volume = <ramp-volume> <label-volume>
 label-volume =  %percentage%%
 label-volume-foreground = ${root.foreground}
 
-label-muted = ﱝ  muted
+label-muted = ﱝ muted
 label-muted-foreground = ${colors.foreground-alt}
 
-ramp-volume-0 = "奄 "
-ramp-volume-1 = "奔 "
-ramp-volume-2 = "墳 "
+ramp-volume-0 = "奄"
+ramp-volume-1 = "奔"
+ramp-volume-2 = "墳"
 
 [module/updates]
 type = custom/script