Fixed icon sizing

This commit is contained in:
Joachim Nielandt 2023-05-08 10:07:37 +02:00
parent b2947d2275
commit 14e44eea95

View File

@ -195,7 +195,7 @@ label = %title:0:30:...%
[module/xkeyboard] [module/xkeyboard]
type = internal/xkeyboard type = internal/xkeyboard
blacklist-0 = num lock blacklist-0 = num lock
format-prefix = " " format-prefix = "%{T2}%{T-} "
format-prefix-foreground = ${colors.bright_green} format-prefix-foreground = ${colors.bright_green}
;format-prefix-underline = ${colors.underline-keyboard} ;format-prefix-underline = ${colors.underline-keyboard}
; layout, number, name ; layout, number, name
@ -404,6 +404,7 @@ label = %percentage-cores%
type = internal/memory type = internal/memory
interval = 2 interval = 2
format-prefix = "󰍛 " format-prefix = "󰍛 "
format-prefix-font = 2
format-prefix-foreground = ${colors.bright_green} format-prefix-foreground = ${colors.bright_green}
;format-underline = #4bffdc ;format-underline = #4bffdc
;format-underline = ${colors.underline-memory} ;format-underline = ${colors.underline-memory}
@ -424,6 +425,7 @@ label = %percentage_used%% %percentage_swap_used%%
[module/updates-pacman] [module/updates-pacman]
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-font = 2
format-prefix-foreground = ${colors.bright_yellow} format-prefix-foreground = ${colors.bright_yellow}
exec = ~/.config/polybar/polybar-scripts/updates-pacman/updates-pacman.sh exec = ~/.config/polybar/polybar-scripts/updates-pacman/updates-pacman.sh
interval = 600 interval = 600
@ -431,6 +433,7 @@ interval = 600
[module/updates-aurhelper] [module/updates-aurhelper]
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-font = 2
format-prefix-foreground = ${colors.bright_yellow} format-prefix-foreground = ${colors.bright_yellow}
exec = ~/.config/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh exec = ~/.config/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh
interval = 600 interval = 600
@ -536,6 +539,7 @@ ramp-signal-2 = 󰤢
ramp-signal-3 = 󰤥 ramp-signal-3 = 󰤥
ramp-signal-4 = 󰤨 ramp-signal-4 = 󰤨
ramp-signal-5 = 󰤨 ramp-signal-5 = 󰤨
ramp-signal-font = 2
ramp-signal-foreground = ${colors.bright_green} ramp-signal-foreground = ${colors.bright_green}
; Only applies if <animation-packetloss> is used ; Only applies if <animation-packetloss> is used
@ -693,7 +697,8 @@ format-discharging = <ramp-capacity> <label-discharging>
; <label-full> (default) ; <label-full> (default)
; <bar-capacity> ; <bar-capacity>
; <ramp-capacity> ; <ramp-capacity>
format-full = <ramp-capacity> <label-full> ; format-full = <ramp-capacity> <label-full>
format-full = <ramp-capacity>
; Format used when battery level drops to low-at ; Format used when battery level drops to low-at
; If not defined, format-discharging is used instead. ; If not defined, format-discharging is used instead.
@ -722,7 +727,7 @@ label-discharging = "  %time% %percentage%%"
; Available tokens: ; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached ; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw% ; %percentage_raw%
label-full = Fully charged label-full = ""
; Available tokens: ; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached ; %percentage% (default) - is set to 100 if full-at is reached