diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-03-01 23:22:26 +0100 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 20:36:46 +0200 |
| commit | 8be5cbeed3df4c31976c9e186efa13312fc682b2 (patch) | |
| tree | 14233f8e87ba628cf65284dbf3b766db04e57a4d /.config/i3status-rust/grandmaster4000.toml | |
| parent | a3f8524d64e05a006692a48ef56055737b83b380 (diff) | |
sway, i3status-rust: add configs
Diffstat (limited to '.config/i3status-rust/grandmaster4000.toml')
| -rw-r--r-- | .config/i3status-rust/grandmaster4000.toml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/.config/i3status-rust/grandmaster4000.toml b/.config/i3status-rust/grandmaster4000.toml new file mode 100644 index 0000000..a45f7ab --- /dev/null +++ b/.config/i3status-rust/grandmaster4000.toml @@ -0,0 +1,88 @@ +[theme] +theme = "slick" +[theme.overrides] +separator = "<span font='12'></span>" +# Example: redefine `idle` colors +idle_bg = "#24283b" +idle_fg = "#c0caf5" +alternating_tint_bg = "#101010" +# Example: swap `good` and `warning` colors +#good_fg = +good_bg = "#9ece6a" +#warning_fg = +warning_bg = "#e0af68" +#critical_fg = +critical_bg = "#f7768e" +info_bg = "#7aa2f7" + +[icons] +icons = "awesome4" + +[[block]] +block = "weather" +format = "$icon $weather $temp" +service = { name = "openweathermap", api_key = "70dbf8d9e3e8874f931cec5b17dc165c", city_id = "3088171", units = "metric" } +interval = 600 + +[[block]] +block = "sound" + +[[block]] +block = "pacman" +interval = 10 + +[[block]] +block = "disk_space" +path = "/" +info_type = "available" +alert_unit = "GB" +interval = 20 +warning = 20.0 +alert = 10.0 +format = " $icon / $available.eng(w:2) " + +[[block]] +block = "disk_space" +path = "/home" +info_type = "available" +alert_unit = "GB" +interval = 20 +warning = 20.0 +alert = 10.0 +format = " $icon /home $available.eng(w:2) " + +[[block]] +block = "net" +device = "enp14s0" +format = "$icon $ip $speed_down $speed_up" +interval = 5 + +[[block]] +block = "memory" + +[[block]] +block = "cpu" +interval = 1 + +[[block]] +block = "amd_gpu" +interval = 1 + + +[[block]] +block = "temperature" +interval = 10 +format = "$average" + +[[block]] +block = "load" +interval = 1 +format = "$icon $1m" + +[[block]] +block = "uptime" + +[[block]] +block = "time" +interval = 1 +format = " $timestamp.datetime(f:'%a %d/%m %R') " |
