From 4984001bf1a1f3999d3c3f37c31681f192e320ea Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 28 Feb 2024 15:32:47 +0100 Subject: [PATCH] Change separator and add custom icons. --- .config/i3/config | 2 +- .config/i3status-rust/config.toml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 6a1300c..d9d4f22 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -56,7 +56,7 @@ bar { i3bar_command i3bar --transparency output primary position bottom - separator_symbol "/" + separator_symbol "•" status_command i3status-rs tray_output primary } diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index 4dc2f69..4516f2c 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -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"