dotfiles/config/i3/i3status-rs.toml
2021-02-25 16:05:35 +02:00

22 lines
285 B
TOML

theme = "native"
icons = "none"
[[block]]
block = "custom"
command = "~/.script/kblayout"
interval = 0
[[block]]
block = "sound"
step_width = 2
[[block]]
block = "net"
device = "wlp3s0"
format = "{signal_strength}"
interval = 4
[[block]]
block = "time"
format = "%R"
interval = 60