mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Added some font improvements, fixed htop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user