Added some font improvements, fixed htop

This commit is contained in:
2021-10-01 11:15:25 +02:00
parent dc60a1c4fd
commit 50469ed535
3 changed files with 10 additions and 7 deletions

View File

@@ -51,12 +51,12 @@ padding-right = 2
module-margin-left = 1
module-margin-right = 1
font-0 = "SauceCodePro Nerd Font Mono:size=10"
font-1 = "Unifont:size=8:antialias=false;0"
font-0 = "SauceCodePro Nerd Font Mono:size=10;1"
font-1 = "Unifont:size=10:antialias=false;0"
font-2 = "Siji:pixelsize=10;1"
font-3 = "SauceCodePro Nerd Font Mono:size=16;4"
font-4 = "SauceCodePro Nerd Font Mono:size=13;2"
font-5 = "Noto Color Emoji:scale=10;2"
font-4 = "SauceCodePro Nerd Font Mono:size=13;3"
font-5 = "Noto Color Emoji:scale=10;1"
modules-left = rofi bspwm
modules-center = mpd_icon title
@@ -392,7 +392,7 @@ label-close = %{T4}ﰸ%{T-} cancel
label-close-foreground = ${colors.secondary}
label-separator = |
label-separator-foreground = ${colors.foreground-alt}
click-right = /home/$USER/.config/polybar/launch.sh
menu-0-0 = reboot
menu-0-0-exec = menu-open-1
menu-0-1 = power off

View File

@@ -6,6 +6,9 @@ killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Rescan fonts - just to make sure we have what we need
fc-cache -fv
# Launch bar
echo "---" >> /tmp/polybar.log