35 lines
707 B
TOML
35 lines
707 B
TOML
[icons.overrides]
|
|
bear = "🐻"
|
|
bell = "🔔"
|
|
bunny = "🐇"
|
|
music = "▶️"
|
|
|
|
[[block]]
|
|
block = "custom"
|
|
command = "tauon-controls --current-song"
|
|
format = "^icon_music $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 = "^icon_bunny $timestamp.datetime(f:'%H:%M')"
|
|
interval = 5
|
|
timezone = "US/Central"
|
|
|
|
[[block]]
|
|
block = "time"
|
|
format = "^icon_bear $timestamp.datetime(f:'%H:%M')"
|
|
interval = 5
|
|
timezone = "Europe/Brussels"
|