Change summary
dot_config/polybar/config.ini.tmpl | 40 ++++----
dot_config/polybar/executable_updates-pacman-aurhelper.sh | 2
2 files changed, 21 insertions(+), 21 deletions(-)
Detailed changes
@@ -25,7 +25,7 @@ module-margin-left = 1
module-margin-right = 3
font-0 = "{{ .font }}:pixelsize=11;1"
-font-1 = "JetBrainsMono Nerd Font:style=Regular"
+font-1 = "JetBrainsMono NF:style=Regular"
modules-left = i3
modules-center = xwindow
@@ -123,14 +123,14 @@ label-song-ellipsis = true
[module/cpu]
type = internal/cpu
interval = 2
-format-prefix = " "
+format-prefix = " "
format-prefix-foreground = ${colors.foreground}
label = %percentage:2%%
[module/memory]
type = internal/memory
interval = 2
-format-prefix = " "
+format-prefix = " "
format-prefix-foreground = ${colors.foreground}
label = %percentage_used:2%%
@@ -141,7 +141,7 @@ interval = 3.0
format-connected = <label-connected>
format-connected-underline = #9f78e1
-label-connected = ""
+label-connected = ""
format-disconnected = ""
@@ -180,26 +180,26 @@ label-full = %percentage%%
format-charging = <animation-charging> <label-charging>
label-charging = %percentage%%
-animation-charging-0 =
-animation-charging-1 =
-animation-charging-2 =
-animation-charging-3 =
+animation-charging-0 =
+animation-charging-1 =
+animation-charging-2 =
+animation-charging-3 =
animation-charging-4 =
animation-charging-5 =
animation-charging-6 =
format-discharging = <ramp-capacity> <label-discharging>
label-discharging = %percentage%%
-ramp-capacity-0 =
-ramp-capacity-1 =
-ramp-capacity-2 =
-ramp-capacity-3 =
-ramp-capacity-4 =
-ramp-capacity-5 =
-ramp-capacity-6 =
-ramp-capacity-7 =
-ramp-capacity-8 =
-ramp-capacity-9 =
+ramp-capacity-0 =
+ramp-capacity-1 =
+ramp-capacity-2 =
+ramp-capacity-3 =
+ramp-capacity-4 =
+ramp-capacity-5 =
+ramp-capacity-6 =
+ramp-capacity-7 =
+ramp-capacity-8 =
+ramp-capacity-9 =
{{- end }}
[module/pulseaudio]
@@ -209,7 +209,7 @@ format-volume = <ramp-volume> <label-volume>
label-volume = %percentage%%
label-volume-foreground = ${root.foreground}
-label-muted =
+label-muted =
label-muted-foreground = ${colors.foreground-alt}
ramp-volume-0 = ""
@@ -220,7 +220,7 @@ ramp-volume-2 = ""
type = custom/script
exec = ~/.config/polybar/updates-pacman-aurhelper.sh
interval = 1800
-click-left = st zsh -c 'paru'
+click-left = st zsh -c 'yay'
[global/wm]
margin-top = 5
@@ -15,7 +15,7 @@ fi
updates=$(("$updates_arch" + "$updates_aur"))
if [ "$updates" -gt 0 ]; then
- echo " $updates"
+ echo " $updates"
else
echo ""
fi