diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index 21dc4cf..fb1ac75 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.config/htop/htoprc @@ -21,7 +21,7 @@ highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=0 -tree_view=0 +tree_view=1 tree_view_always_by_pid=0 all_branches_collapsed=1 header_margin=1 @@ -35,7 +35,7 @@ update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 enable_mouse=1 -delay=2 +delay=5 hide_function_bar=0 header_layout=three_33_34_33 column_meters_0=AllCPUs Swap Memory Tasks NetworkIO diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 36ad61d..69eb20a 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -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 diff --git a/polybar/.config/polybar/launch.sh b/polybar/.config/polybar/launch.sh index 4448311..4a1ab04 100755 --- a/polybar/.config/polybar/launch.sh +++ b/polybar/.config/polybar/launch.sh @@ -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