feat(bar): change icons
This commit is contained in:
parent
d5767a1caf
commit
b923a8a071
|
@ -41,13 +41,11 @@ padding-right = 1
|
||||||
|
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
|
||||||
separator-foreground = ${colors.disabled}
|
|
||||||
|
|
||||||
font-0 = "FiraCode Nerd Font Propo:size=10;2"
|
font-0 = "FiraCode Nerd Font Propo:size=10;2"
|
||||||
|
|
||||||
modules-left = xworkspaces
|
modules-left = xworkspaces
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = memory cpu pulseaudio xkeyboard wlan eth date calendar battery powermenu
|
modules-right = pulseaudio xkeyboard wlan eth date calendar battery powermenu
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
@ -55,7 +53,7 @@ cursor-scroll = ns-resize
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
; wm-restack = generic
|
; wm-restack = generic
|
||||||
; wm-restack = bspwm
|
wm-restack = bspwm
|
||||||
; wm-restack = i3
|
; wm-restack = i3
|
||||||
|
|
||||||
; override-redirect = true
|
; override-redirect = true
|
||||||
|
@ -68,6 +66,7 @@ enable-ipc = true
|
||||||
; be quite random.
|
; be quite random.
|
||||||
; For more information, see the documentation page for this module:
|
; For more information, see the documentation page for this module:
|
||||||
; https://polybar.readthedocs.io/en/stable/user/modules/tray.html
|
; https://polybar.readthedocs.io/en/stable/user/modules/tray.html
|
||||||
|
|
||||||
[module/systray]
|
[module/systray]
|
||||||
type = internal/tray
|
type = internal/tray
|
||||||
|
|
||||||
|
@ -156,7 +155,6 @@ label = %percentage:2%%
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
||||||
|
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
label-disconnected = disconnected
|
label-disconnected = disconnected
|
||||||
|
|
||||||
|
@ -183,7 +181,7 @@ interface-type = wired
|
||||||
|
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
|
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.primary}
|
format-connected-prefix-foreground = ${colors.primary}
|
||||||
|
|
||||||
label-connected = %local_ip%
|
label-connected = %local_ip%
|
||||||
|
@ -302,30 +300,30 @@ label-full = Fully charged
|
||||||
label-low = BATTERY LOW
|
label-low = BATTERY LOW
|
||||||
|
|
||||||
; Only applies if <ramp-capacity> is used
|
; Only applies if <ramp-capacity> is used
|
||||||
ramp-capacity-0 =
|
ramp-capacity-0 =
|
||||||
ramp-capacity-1 =
|
ramp-capacity-1 =
|
||||||
ramp-capacity-2 =
|
ramp-capacity-2 =
|
||||||
ramp-capacity-3 =
|
ramp-capacity-3 =
|
||||||
ramp-capacity-4 =
|
ramp-capacity-4 =
|
||||||
|
|
||||||
; Only applies if <bar-capacity> is used
|
; Only applies if <bar-capacity> is used
|
||||||
bar-capacity-width = 10
|
bar-capacity-width = 10
|
||||||
|
|
||||||
; Only applies if <animation-charging> is used
|
; Only applies if <animation-charging> is used
|
||||||
animation-charging-0 =
|
animation-charging-0 =
|
||||||
animation-charging-1 =
|
animation-charging-1 =
|
||||||
animation-charging-2 =
|
animation-charging-2 =
|
||||||
animation-charging-3 =
|
animation-charging-3 =
|
||||||
animation-charging-4 =
|
animation-charging-4 =
|
||||||
; Framerate in milliseconds
|
; Framerate in milliseconds
|
||||||
animation-charging-framerate = 750
|
animation-charging-framerate = 750
|
||||||
|
|
||||||
; Only applies if <animation-discharging> is used
|
; Only applies if <animation-discharging> is used
|
||||||
animation-discharging-0 =
|
animation-discharging-0 =
|
||||||
animation-discharging-1 =
|
animation-discharging-1 =
|
||||||
animation-discharging-2 =
|
animation-discharging-2 =
|
||||||
animation-discharging-3 =
|
animation-discharging-3 =
|
||||||
animation-discharging-4 =
|
animation-discharging-4 =
|
||||||
; Framerate in milliseconds
|
; Framerate in milliseconds
|
||||||
animation-discharging-framerate = 500
|
animation-discharging-framerate = 500
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue