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