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
output primary
position bottom
separator_symbol "/"
separator_symbol ""
status_command i3status-rs
tray_output primary
}

View File

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