dot/i3status-rust/config.toml

75 lines
1.3 KiB
TOML

[theme]
name = "dracula"
[theme.overrides]
idle_bg = "#031014"
idle_fg = "#E63E62"
good_bg = "#BFEF8D"
good_fg = "#031014"
warning_bg = "#031014"
warning_fg = "#F16C56"
critical_bg = "#F16C56"
critical_fg = "#031014"
info_bg = "#E63E62"
info_fg = "#031014"
[icons]
name = "none"
[icons.overrides]
icons_format = "{icon}"
memory_mem = "🐏"
cpu = "puter power"
volume_muted = "muted"
volume_empty = "quiet:"
volume_half = "not too loud..."
volume_full = "LOUD!!!"
headphones = "🎧"
weather_sun = "sunny"
weather_rain = "umbrella time"
weather_clouds = "clouded"
weather_thunder = "krshhh"
weather_snow = "brrr"
weather_default = "weathr"
time = "󱥫"
[[block]]
block = "disk_space"
path = "/"
alias = "/"
info_type = "available"
unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{mem_used_percents}"
clickable = false
[[block]]
block = "cpu"
interval = 1
info = 100
[[block]]
block = "music"
buttons = ["prev", "play", "next"]
[[block]]
block = "sound"
[[block]]
block = "weather"
format = "{temp}, {wind} m/s {direction}"
service = { name = "openweathermap", api_key = "9a2e8e4be25276148a80abb49d4b5f25", city_id = "3161733", units = "metric" }
[[block]]
block = "time"
interval = 5
format = "%a %d/%m %R"
[[block]]
block = "battery"
if_command = "test -e /sys/class/power_supply/BAT0"