From 68f1a227b9ce861786f178ed0541505dfe37a9a1 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 7 Mar 2023 16:05:15 +0100 Subject: [PATCH] add new features to i3status-rs --- .../i3status-rust/executable_config.toml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/dot_config/i3status-rust/executable_config.toml b/dot_config/i3status-rust/executable_config.toml index 73c4d36..f53406f 100644 --- a/dot_config/i3status-rust/executable_config.toml +++ b/dot_config/i3status-rust/executable_config.toml @@ -14,6 +14,17 @@ icons = "awesome4" #bat_charging = " |^| " #bat_discharging = " |v| " +[[block]] +block = "net" +format = " $icon {$signal_strength $ip $ssid $frequency ^icon_net_down $speed_down.eng(prefix:K) ^icon_net_up $speed_up.eng(prefix:K)|Wired connection} via $device " +[[block.click]] +button = "left" +cmd = "wezterm start nmtui" + +[[block]] +block = "external_ip" +format = " $ip $country_code " + [[block]] block = "cpu" interval = 1 @@ -47,7 +58,17 @@ interval = 5 #format = " $timestamp.datetime(f:'%a %d/%m %R') " format = " $timestamp.datetime(f:'%a %Y-%m-%d %H:%M:%S') " +[[block]] +block = "hueshift" +hue_shifter = "wl_gammarelay_rs" +step = 50 +click_temp = 3500 + +[[block]] +block = "backlight" +format = " $brightness " + [[block]] block = "battery" format = " $icon $percentage {$time |}" - +missing_format = ""