1
Fork 0
dotfiles/.config/i3status-rust/config.toml

32 lines
635 B
TOML

[icons]
icons = "emoji"
[[block]]
block = "custom"
command = "tauon-controls --current-song"
format = "^icon_music_play $text.pango-str()"
interval = 15
hide_when_empty = true
[[block]]
block = "custom"
command = "miniflux-unread-entries"
format = "^icon_bell <span color='#D2B83A'>$text.pango-str()</span>"
interval = 600
hide_when_empty = true
[[block.click]]
button = "left"
cmd = "xdg-open https://rss.azedia.lan"
[[block]]
block = "time"
format = "$timestamp.datetime(f:'%H:%M')"
interval = 5
timezone = "US/Central"
[[block]]
block = "time"
format = "$timestamp.datetime(f:'%H:%M')"
interval = 5
timezone = "Europe/Brussels"