Skip to content

Commit 830b08c

Browse files
committed
sway/i3status: update config
1 parent 52bfbe6 commit 830b08c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sway/i3status-rust.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scrolling = "natural"
1+
invert_scrolling = true
22
[icons]
33
icons = "awesome6"
44

@@ -9,7 +9,7 @@ idle_bg = "#0C0C0D"
99
warning_bg = "#0C0C0D"
1010
critical_bg = "#0C0C0D"
1111
separator_bg = "#0C0C0D"
12-
separator = " "
12+
separator = ""
1313

1414
[[block]]
1515
block = "disk_space"
@@ -52,8 +52,7 @@ block = "load"
5252

5353
[[block]]
5454
block = "battery"
55-
full_threshold = 99 # so the format is used when discharging
56-
format = " $icon $percentage {$time |}"
55+
format = " $icon $percentage {$time_remaining.dur(hms:true, min_unit:m) |}"
5756

5857
[[block]]
5958
block = "bluetooth"

0 commit comments

Comments
 (0)