i3status-rs

This commit is contained in:
kolaente 2020-02-29 21:24:15 +01:00
parent e608d4e6b3
commit 8781a725f4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 57 additions and 0 deletions

57
i3status-rs-config.toml Normal file
View File

@ -0,0 +1,57 @@
icons = "awesome"
[theme]
name = "solarized-dark"
[theme.overrides]
warning_bg = "#dd9815"
[[block]]
block = "focused_window"
max_width = 31
[[block]]
block = "music"
player = "spotify"
buttons = ["next"]
#[[block]]
#block = "battery"
#interval = 10
#format = "{percentage}% {time}"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
format_swap = "{SUp}%"
[[block]]
block = "cpu"
format = "{barchart} {utilization}%"
[[block]]
block = "temperature"
collapsed = false
interval = 10
format = "{average}° avg · {max}° max"
[[block]]
block = "disk_space"
path = "/"
alias = "/"
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "sound"
[[block]]
block = "keyboard_layout"
[[block]]
block = "time"
interval = 60
format = "%a %d.%m.%Y %R"