Fixed icon sizing
This commit is contained in:
parent
b2947d2275
commit
14e44eea95
@ -195,7 +195,7 @@ label = %title:0:30:...%
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
format-prefix = " "
|
||||
format-prefix = "%{T2}%{T-} "
|
||||
format-prefix-foreground = ${colors.bright_green}
|
||||
;format-prefix-underline = ${colors.underline-keyboard}
|
||||
; layout, number, name
|
||||
@ -404,6 +404,7 @@ label = %percentage-cores%
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-font = 2
|
||||
format-prefix-foreground = ${colors.bright_green}
|
||||
;format-underline = #4bffdc
|
||||
;format-underline = ${colors.underline-memory}
|
||||
@ -424,6 +425,7 @@ label = %percentage_used%% %percentage_swap_used%%
|
||||
[module/updates-pacman]
|
||||
type = custom/script
|
||||
format-prefix=" "
|
||||
format-prefix-font = 2
|
||||
format-prefix-foreground = ${colors.bright_yellow}
|
||||
exec = ~/.config/polybar/polybar-scripts/updates-pacman/updates-pacman.sh
|
||||
interval = 600
|
||||
@ -431,6 +433,7 @@ interval = 600
|
||||
[module/updates-aurhelper]
|
||||
type = custom/script
|
||||
format-prefix=" "
|
||||
format-prefix-font = 2
|
||||
format-prefix-foreground = ${colors.bright_yellow}
|
||||
exec = ~/.config/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh
|
||||
interval = 600
|
||||
@ -536,6 +539,7 @@ ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-5 =
|
||||
ramp-signal-font = 2
|
||||
ramp-signal-foreground = ${colors.bright_green}
|
||||
|
||||
; Only applies if <animation-packetloss> is used
|
||||
@ -693,7 +697,8 @@ format-discharging = <ramp-capacity> <label-discharging>
|
||||
; <label-full> (default)
|
||||
; <bar-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
|
||||
; If not defined, format-discharging is used instead.
|
||||
@ -722,7 +727,7 @@ label-discharging = " %time% %percentage%%"
|
||||
; Available tokens:
|
||||
; %percentage% (default) - is set to 100 if full-at is reached
|
||||
; %percentage_raw%
|
||||
label-full = Fully charged
|
||||
label-full = ""
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - is set to 100 if full-at is reached
|
||||
|
||||
Loading…
Reference in New Issue
Block a user