i3status-rs

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 776f91f735e4d3b0d08a0e24e0fd754aecba23b6
parent 0f65fcfbbdb8ecb9b88288701071eed22499b806
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue,  3 Mar 2026 06:56:04 -0600

add brightness

Diffstat:
Mi3status-rs.toml | 18++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/i3status-rs.toml b/i3status-rs.toml @@ -10,21 +10,15 @@ warning_cpu = 50 critical_cpu = 90 [[block]] -block = "disk_space" -path = "/" -info_type = "available" -alert_unit = "GB" -interval = 20 -warning = 20.0 -alert = 10.0 -format = " $icon root: $available.eng(w:2) " - -[[block]] block = "memory" format = " $icon $mem_total_used_percents.eng(w:2) " format_alt = " $icon_swap $swap_used_percents.eng(w:2) " [[block]] +block = "backlight" +device = "intel_backlight" + +[[block]] block = "sound" [[block.click]] button = "left" @@ -32,5 +26,5 @@ cmd = "pavucontrol" [[block]] block = "time" -interval = 5 -format = " $timestamp.datetime(f:'%a %d/%m %R') " +interval = 0.1 +format = " $timestamp.datetime(f:'%a %d/%m %H:%M:%S') "