dotfiles/dot_config/i3status-rust/executable_config.toml

75 lines
1.4 KiB
TOML
Raw Normal View History

icons_format = "{icon}"
2023-01-30 14:28:59 +01:00
[theme]
theme = "slick"
2023-01-30 14:28:59 +01:00
[theme.overrides]
idle_bg = "#2f343f"
idle_fg = "#f3f4f5"
[icons]
icons = "awesome4"
2023-01-30 14:28:59 +01:00
#[icons.overrides]
#bat = " | | "
#bat_full = " |X| "
#bat_charging = " |^| "
#bat_discharging = " |v| "
2023-03-07 16:05:15 +01:00
[[block]]
block = "net"
2023-03-14 13:18:48 +01:00
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 "
2023-03-07 16:05:15 +01:00
[[block.click]]
button = "left"
cmd = "wezterm start nmtui"
[[block]]
block = "external_ip"
format = " $ip $country_code "
2023-01-30 14:28:59 +01:00
[[block]]
block = "cpu"
interval = 1
format = " $icon $barchart $utilization "
format_alt = " $icon $frequency{ $boost|} "
2023-01-30 14:28:59 +01:00
[[block]]
block = "disk_space"
path = "/"
info_type = "available"
alert_unit = "GB"
2023-01-30 14:28:59 +01:00
interval = 20
warning = 20.0
alert = 10.0
format = " $icon root: $available.eng(w:2) "
2023-01-30 14:28:59 +01:00
[[block]]
block = "memory"
format = " $icon $mem_total_used_percents.eng(w:2) "
format_alt = " $icon_swap $swap_used_percents.eng(w:2) "
2023-01-30 14:28:59 +01:00
[[block]]
block = "sound"
[[block.click]]
button = "left"
cmd = "pavucontrol-qt"
2023-01-30 14:28:59 +01:00
[[block]]
block = "time"
interval = 5
#format = " $timestamp.datetime(f:'%a %d/%m %R') "
format = " $timestamp.datetime(f:'%a %Y-%m-%d %H:%M:%S') "
2023-01-30 14:28:59 +01:00
2023-03-07 16:05:15 +01:00
[[block]]
block = "hueshift"
hue_shifter = "wl_gammarelay_rs"
step = 50
click_temp = 3500
[[block]]
block = "backlight"
format = " $brightness "
2023-01-30 14:28:59 +01:00
[[block]]
block = "battery"
format = " $icon $percentage {$time |}"
2023-03-07 16:05:15 +01:00
missing_format = ""