dot/i3status-rust/config.toml

77 lines
1.4 KiB
TOML

[theme]
theme = "dracula"
[theme.overrides]
idle_bg = "#031014"
idle_fg = "#E63E62"
good_bg = "#031014"
good_fg = "#BFEF8D"
warning_bg = "#031014"
warning_fg = "#F16C56"
critical_bg = "#F16C56"
critical_fg = "#031014"
info_bg = "#E63E62"
info_fg = "#031014"
[icons]
icons = "none"
[icons.overrides]
icons_format = "{icon}"
memory_mem = "🐏"
cpu = "puter power"
volume_empty = "quiet:"
volume_half = "not too loud..."
volume_full = "LOUD!!!"
volume = "vol"
volume_muted = "no vol"
headphones = "🎧"
weather_sun = "sunny"
weather_rain = "umbrella time"
weather_clouds = "clouded"
weather_thunder = "krshhh"
weather_snow = "brrr"
weather_default = "weathr"
time = "󱥫"
disk_drive = ""
[[block]]
block = "disk_space"
path = "/"
#alias = "/"
info_type = "available"
alert_unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "memory"
#display_type = "memory"
format = "$icon $mem_used_percents"
#clickable = false
[[block]]
block = "cpu"
interval = 1
#info = 100
[[block]]
block = "music"
#format = "{$artist - $title $play}"
#buttons = ["prev", "play", "next"]
[[block]]
block = "sound"
[[block]]
block = "custom"
command = "curl 'https://wttr.in/bergen?M&format=%c%t+(%f),+%p,+%w'"
interval = 600
[[block]]
block = "time"
interval = 5
#format = "$timestamp.datetime(f: '%a %d/%m %R')"
[[block]]
block = "battery"
if_command = "test -e /sys/class/power_supply/BAT1"