From b923a8a0714bec068a3aa7e31f9f87169c5c658a Mon Sep 17 00:00:00 2001 From: doryan Date: Mon, 23 Dec 2024 01:07:17 +0400 Subject: [PATCH] feat(bar): change icons --- polybar/config.ini | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/polybar/config.ini b/polybar/config.ini index f7610ad..31e8677 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -41,13 +41,11 @@ padding-right = 1 module-margin = 1 -separator-foreground = ${colors.disabled} - font-0 = "FiraCode Nerd Font Propo:size=10;2" modules-left = xworkspaces 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-scroll = ns-resize @@ -55,7 +53,7 @@ cursor-scroll = ns-resize enable-ipc = true ; wm-restack = generic -; wm-restack = bspwm +wm-restack = bspwm ; wm-restack = i3 ; override-redirect = true @@ -68,6 +66,7 @@ enable-ipc = true ; be quite random. ; For more information, see the documentation page for this module: ; https://polybar.readthedocs.io/en/stable/user/modules/tray.html + [module/systray] type = internal/tray @@ -156,7 +155,6 @@ label = %percentage:2%% type = internal/network interval = 5 - format-disconnected = label-disconnected = 󰲛 disconnected @@ -183,7 +181,7 @@ interface-type = wired format-connected = -format-connected-prefix = "󰈀 " +format-connected-prefix = "󰛳 " format-connected-prefix-foreground = ${colors.primary} label-connected = %local_ip% @@ -302,30 +300,30 @@ label-full = Fully charged label-low = BATTERY LOW ; Only applies if is used -ramp-capacity-0 =  -ramp-capacity-1 =  -ramp-capacity-2 =  -ramp-capacity-3 =  -ramp-capacity-4 =  +ramp-capacity-0 = 󰁺 +ramp-capacity-1 = 󰁼 +ramp-capacity-2 = 󰁾 +ramp-capacity-3 = 󰂀 +ramp-capacity-4 = 󰁹 ; Only applies if is used bar-capacity-width = 10 ; Only applies if is used -animation-charging-0 =  -animation-charging-1 =  -animation-charging-2 =  -animation-charging-3 =  -animation-charging-4 =  +animation-charging-0 = 󰢜 +animation-charging-1 = 󰂇 +animation-charging-2 = 󰢝 +animation-charging-3 = 󰢞 +animation-charging-4 = 󰂅 ; Framerate in milliseconds animation-charging-framerate = 750 ; Only applies if is used -animation-discharging-0 =  -animation-discharging-1 =  -animation-discharging-2 =  -animation-discharging-3 =  -animation-discharging-4 =  +animation-discharging-0 = 󰁺 +animation-discharging-1 = 󰁼 +animation-discharging-2 = 󰁾 +animation-discharging-3 = 󰂀 +animation-discharging-4 = 󰁹 ; Framerate in milliseconds animation-discharging-framerate = 500