Polybar: Super simplify icons
This commit is contained in:
parent
134c45ac9a
commit
ad2138e4e5
@ -58,15 +58,16 @@ border-right-size = ${res/config.border-size}
|
|||||||
font-0 = "Roboto:style=Regular:size=10;2"
|
font-0 = "Roboto:style=Regular:size=10;2"
|
||||||
font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2"
|
font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2"
|
||||||
font-2 = "Roboto:style=Bold:size=10;2"
|
font-2 = "Roboto:style=Bold:size=10;2"
|
||||||
|
font-3 = "Fork Awesome:style=Regular:size=12;2"
|
||||||
|
|
||||||
[bar/primary]
|
[bar/primary]
|
||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
border-top-size = ${res/config.border-size}
|
border-top-size = ${res/config.border-size}
|
||||||
tray-position = right
|
tray-position = right
|
||||||
modules-left = i3 bspwm | date
|
modules-left = i3 bspwm
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = backlight pulse battery |
|
modules-right = backlight pulse battery | date |
|
||||||
|
|
||||||
#[bar/primary-2]
|
#[bar/primary-2]
|
||||||
#monitor = ${env:PB_MONITOR:eDP-1}
|
#monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
@ -106,24 +107,16 @@ full-at = 100
|
|||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
interval = 15
|
interval = 15
|
||||||
|
|
||||||
format-charging = <label-charging>
|
format-charging = <ramp-capacity>
|
||||||
format-charging-prefix = "Charging: "
|
format-discharging = <ramp-capacity>
|
||||||
format-charging-prefix-foreground = ${res/colors.green}
|
format-full = <ramp-capacity>
|
||||||
format-discharging = <label-discharging>
|
format-full-foreground = ${res/colors.green}
|
||||||
format-discharging-prefix = "Battery: "
|
ramp-capacity-0 =
|
||||||
format-discharging-prefix-foreground = ${res/colors.green}
|
ramp-capacity-0-foreground = ${res/colors.yellow}
|
||||||
format-full = <label-full>
|
ramp-capacity-1 =
|
||||||
format-full-prefix = "Battery: "
|
ramp-capacity-2 =
|
||||||
format-full-prefix-foreground = ${res/colors.green}
|
ramp-capacity-3 =
|
||||||
label-charging = %percentage%%
|
ramp-capacity-4 =
|
||||||
label-discharging = %percentage%%
|
|
||||||
label-full = Full
|
|
||||||
bar-capacity-width = ${res/config.bar-width}
|
|
||||||
bar-capacity-fill = ${res/config.bar-fill}
|
|
||||||
bar-capacity-fill-foreground = ${res/colors.green}
|
|
||||||
bar-capacity-empty = ${res/config.bar-empty}
|
|
||||||
bar-capacity-empty-foreground = ${res/colors.gray}
|
|
||||||
bar-capacity-indicator = ${res/config.bar-indicator}
|
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
@ -242,20 +235,11 @@ label-time=%elapsed% / %total%
|
|||||||
|
|
||||||
[module/pulse]
|
[module/pulse]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
format-volume = <bar-volume> <label-volume>
|
format-volume = <label-volume>
|
||||||
format-volume-prefix = "Volume: "
|
format-volume-prefix = " "
|
||||||
format-volume-foreground = ${res/colors.blue}
|
format-muted = <label-muted>
|
||||||
format-muted = <bar-volume> <label-muted>
|
format-muted-prefix = " "
|
||||||
format-muted-prefix = "Volume: "
|
format-muted-foreground = ${res/colors.gray}
|
||||||
format-muted-prefix-foreground = ${res/colors.blue}
|
|
||||||
label-muted = %percentage%%
|
|
||||||
label-muted-foreground = ${res/colors.gray}
|
|
||||||
bar-volume-width = ${res/config.bar-width}
|
|
||||||
bar-volume-fill = ${res/config.bar-fill}
|
|
||||||
bar-volume-fill-foreground = ${res/colors.blue}
|
|
||||||
bar-volume-empty = ${res/config.bar-empty}
|
|
||||||
bar-volume-empty-foreground = ${res/colors.gray}
|
|
||||||
bar-volume-indicator = ${res/config.bar-indicator}
|
|
||||||
|
|
||||||
[module/reboot-required]
|
[module/reboot-required]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user