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

@@ -21,7 +21,7 @@ highlight_changes_delay_secs=5
find_comm_in_cmdline=1 find_comm_in_cmdline=1
strip_exe_from_cmdline=1 strip_exe_from_cmdline=1
show_merged_command=0 show_merged_command=0
tree_view=0 tree_view=1
tree_view_always_by_pid=0 tree_view_always_by_pid=0
all_branches_collapsed=1 all_branches_collapsed=1
header_margin=1 header_margin=1
@@ -35,7 +35,7 @@ update_process_names=0
account_guest_in_cpu_meter=0 account_guest_in_cpu_meter=0
color_scheme=0 color_scheme=0
enable_mouse=1 enable_mouse=1
delay=2 delay=5
hide_function_bar=0 hide_function_bar=0
header_layout=three_33_34_33 header_layout=three_33_34_33
column_meters_0=AllCPUs Swap Memory Tasks NetworkIO column_meters_0=AllCPUs Swap Memory Tasks NetworkIO

View File

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

View File

@@ -6,6 +6,9 @@ killall -q polybar
# Wait until the processes have been shut down # Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done 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 # Launch bar
echo "---" >> /tmp/polybar.log echo "---" >> /tmp/polybar.log