1
Fork 0

Change separator and add custom icons.

This commit is contained in:
Bauke 2024-02-28 15:32:47 +01:00
parent 9ac811a163
commit 4984001bf1
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 9 additions and 6 deletions

View File

@ -56,7 +56,7 @@ bar {
i3bar_command i3bar --transparency i3bar_command i3bar --transparency
output primary output primary
position bottom position bottom
separator_symbol "/" separator_symbol ""
status_command i3status-rs status_command i3status-rs
tray_output primary tray_output primary
} }

View File

@ -1,10 +1,13 @@
[icons] [icons.overrides]
icons = "emoji" bear = "🐻"
bell = "🔔"
bunny = "🐇"
music = "▶️"
[[block]] [[block]]
block = "custom" block = "custom"
command = "tauon-controls --current-song" command = "tauon-controls --current-song"
format = "^icon_music_play $text.pango-str()" format = "^icon_music $text.pango-str()"
interval = 15 interval = 15
hide_when_empty = true hide_when_empty = true
@ -20,12 +23,12 @@ cmd = "xdg-open https://rss.azedia.lan"
[[block]] [[block]]
block = "time" block = "time"
format = "$timestamp.datetime(f:'%H:%M')" format = "^icon_bunny $timestamp.datetime(f:'%H:%M')"
interval = 5 interval = 5
timezone = "US/Central" timezone = "US/Central"
[[block]] [[block]]
block = "time" block = "time"
format = "$timestamp.datetime(f:'%H:%M')" format = "^icon_bear $timestamp.datetime(f:'%H:%M')"
interval = 5 interval = 5
timezone = "Europe/Brussels" timezone = "Europe/Brussels"