diff --git a/.config/X11/xresources b/.config/X11/xresources index 1e688a2..9568298 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -1,13 +1,14 @@ !! Set a default font and font size as below: -*.font: FiraCode:size=14 -*.symbols: Symbols Nerd Font:size=14 +*.font: Fira Code:size=12 +*.symbols: Symbols Nerd Font:size=12 +*.japan: IPAexGothic:size=12 /* dwm config */ dwm.borderpx: 2 dwm.gappx: 15 /* st config */ -st.font: FiraCode:size=14 -st.symbols: Symbols Nerd Font:size=14 +st.font: Fira Code:size=12 +st.symbols: Symbols Nerd Font:size=12 st.termname: st-256color st.borderpx: 5 diff --git a/.local/bin/statusbar/sb-internet b/.local/bin/statusbar/sb-internet index 1e7b1cc..a88c691 100755 --- a/.local/bin/statusbar/sb-internet +++ b/.local/bin/statusbar/sb-internet @@ -10,7 +10,7 @@ ###################################################################### -# Wifi quality percentage and  icon if ethernet is connected. +# Wifi quality percentage and  icon if ethernet is connected. ssid="$(wpa_cli status | grep -i ^ssid | sed -e 's/.*=//')" state="$(wpa_cli status | grep -i ^wpa_state | sed -e 's/.*=//')" case "$state" in @@ -23,6 +23,6 @@ if [ "up" = "$eth" ]; then str="$(printf "%s /  " "$str")" fi vpn="$(pidof openvpn)" -[ -n "$vpn" ] && str="$(printf "() %s" "$str")" +[ -n "$vpn" ] && str="$(printf "%s  " "$str")" printf " %s " "$str" diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index 754a4c1..c2d46be 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -19,7 +19,7 @@ do [ -n "$(echo "$acc" | sed -n '/@univ/p')" ] && box="" [ -n "$(echo "$acc" | sed -n '/@mailo/p')" ] && box="" [ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box="" - unread="$unread/$box $new" + unread="$unread/$box$new" fi done [ -n "$unread" ] && unread="$(echo "$unread" | cut -c 2-)" || exit diff --git a/.local/src/dwm b/.local/src/dwm index 82003c8..89d751e 160000 --- a/.local/src/dwm +++ b/.local/src/dwm @@ -1 +1 @@ -Subproject commit 82003c8dad7b966ab65f339749fb4272eafb8f4b +Subproject commit 89d751ef3abec67adcdf1dbed7c2361795d7f550