From 8e5df5d462981154090db0a44784fee02260b0a4 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Thu, 23 Sep 2021 13:10:35 +0200 Subject: [PATCH] Switched signal ramp, switched from polkit-dumb-agent to mate-polkit --- bspwm/.config/bspwm/autostart | 2 +- polybar/.config/polybar/config | 23 +++++++++++++---------- yay.sh | 6 +++--- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index 1aa2262..1b84801 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -33,7 +33,7 @@ xcape -e 'Super_L=Super_L|Shift_L|space' & autogap & ## Polkit agent -polkit-dumb-agent & +/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & ## Gnome keyring gnome-keyring-daemon & diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 8e5359f..8c49398 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -217,11 +217,14 @@ format-disconnected = ;label-disconnected = %ifname% disconnected ;label-disconnected-foreground = ${colors.foreground-alt} -ramp-signal-0 = ⣀ -ramp-signal-1 = ⣤ -ramp-signal-2 = ⣶ -ramp-signal-3 = ⣿ -ramp-signal-4 = █ +ramp-signal-0 = ▁ +ramp-signal-1 = ▂ +ramp-signal-2 = ▃ +ramp-signal-3 = ▄ +ramp-signal-4 = ▅ +ramp-signal-5 = ▆ +ramp-signal-6 = ▇ +ramp-signal-7 = █ ramp-signal-foreground = ${colors.foreground-alt} [module/eth] @@ -317,7 +320,7 @@ battery = BAT0 adapter = ADP1 full-at = 98 -format-charging = +format-charging = format-charging-underline = #ffb52a format-discharging = @@ -341,10 +344,10 @@ ramp-capacity-9 =  ramp-capacity-foreground = ${colors.foreground-alt} animation-font = 5 -animation-charging-0 =  -animation-charging-1 =  -animation-charging-2 =  -animation-charging-3 =  +animation-charging-0 =  +animation-charging-1 =  +animation-charging-2 =  +animation-charging-3 =  animation-charging-foreground = ${colors.foreground-alt} animation-charging-framerate = 750 diff --git a/yay.sh b/yay.sh index ad2f93e..fd6c25e 100755 --- a/yay.sh +++ b/yay.sh @@ -17,7 +17,7 @@ yay -S \ alsa-utils \ thefuck \ nerd-fonts-complete \ - polkit-dumb-agent-git \ + mate-polkit \ kvantum-qt5 \ lxappearance \ nordic-darker-theme\ @@ -77,5 +77,5 @@ yay -S \ dnsmasq \ etckeeper \ flameshot \ - jshon - + jshon \ + bc