diff --git a/dots/i3status/config b/dots/i3status/config index 359de94..31ffe8d 100644 --- a/dots/i3status/config +++ b/dots/i3status/config @@ -42,13 +42,13 @@ load { } memory { - format = " ☰ free: %available (%percentage_avail) " + format = " ☰ free: %available (%percentage_free) " threshold_degraded = "5G" format_degraded = "WARNING: ONLY %available FREE MEMORY" } disk "/" { - format = " / ⛁ free: %avail (%percentage_available) " + format = " / ⛁ free: %avail (%percentage_avail) " low_threshold = 10 threshold_type = "percentage_avail" format_below_threshold = "WARNING: / ⛁ %avail (%percentage_avail) " diff --git a/dots/i3wm/config b/dots/i3wm/config index 4c24e99..22cbdeb 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -55,7 +55,7 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -# start dmenu (a program launcher) +# start dmenu (program launcher) bindsym $mod+d exec --no-startup-id dmenu_recency # dmenu_run > dmenu_recency #bindsym $mod+d exec --no-startup-id j4-dmenu-desktop