This commit is contained in:
committer@tuxwarrior
2025-05-15 11:12:25 -05:00
parent 1baa204f50
commit c1882761f5
2 changed files with 3 additions and 3 deletions

View File

@@ -42,13 +42,13 @@ load {
} }
memory { memory {
format = " ☰ free: %available (%percentage_avail) " format = " ☰ free: %available (%percentage_free) "
threshold_degraded = "5G" threshold_degraded = "5G"
format_degraded = "WARNING: ONLY %available FREE MEMORY" format_degraded = "WARNING: ONLY %available FREE MEMORY"
} }
disk "/" { disk "/" {
format = " / ⛁ free: %avail (%percentage_available) " format = " / ⛁ free: %avail (%percentage_avail) "
low_threshold = 10 low_threshold = 10
threshold_type = "percentage_avail" threshold_type = "percentage_avail"
format_below_threshold = "WARNING: / ⛁ %avail (%percentage_avail) " format_below_threshold = "WARNING: / ⛁ %avail (%percentage_avail) "

View File

@@ -55,7 +55,7 @@ bindsym $mod+Return exec i3-sensible-terminal
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (program launcher)
bindsym $mod+d exec --no-startup-id dmenu_recency # <FK> dmenu_run > dmenu_recency bindsym $mod+d exec --no-startup-id dmenu_recency # <FK> dmenu_run > dmenu_recency
#bindsym $mod+d exec --no-startup-id j4-dmenu-desktop #bindsym $mod+d exec --no-startup-id j4-dmenu-desktop