mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/i3status-rs] exclude docker network & collapse temperature
This commit is contained in:
parent
7dc914517d
commit
3bc665a0b8
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ alert_absolute = true
|
|||
[[block]]
|
||||
block = "networkmanager"
|
||||
on_click = "alacritty -e nmtui"
|
||||
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
|
@ -33,7 +34,6 @@ format_swap = "{SUp}%"
|
|||
|
||||
[[block]]
|
||||
block = "temperature"
|
||||
collapsed = false
|
||||
format = "{average}°C"
|
||||
|
||||
[[block]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue