We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bfbe6 commit 830b08cCopy full SHA for 830b08c
sway/i3status-rust.toml
@@ -1,4 +1,4 @@
1
-scrolling = "natural"
+invert_scrolling = true
2
[icons]
3
icons = "awesome6"
4
@@ -9,7 +9,7 @@ idle_bg = "#0C0C0D"
9
warning_bg = "#0C0C0D"
10
critical_bg = "#0C0C0D"
11
separator_bg = "#0C0C0D"
12
-separator = " "
+separator = ""
13
14
[[block]]
15
block = "disk_space"
@@ -52,8 +52,7 @@ block = "load"
52
53
54
block = "battery"
55
-full_threshold = 99 # so the format is used when discharging
56
-format = " $icon $percentage {$time |}"
+format = " $icon $percentage {$time_remaining.dur(hms:true, min_unit:m) |}"
57
58
59
block = "bluetooth"
0 commit comments