From 478cceab1f422ac861bc8f6588858081069b06ab Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 29 Feb 2024 12:54:22 +0100 Subject: [PATCH] Replace some emoji icons with Font Awesome. --- .bauke/nix/stardust/system.nix | 1 + .config/i3/config | 1 + .config/i3status-rust/config.toml | 8 ++++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.bauke/nix/stardust/system.nix b/.bauke/nix/stardust/system.nix index 1f8f144..d43102d 100644 --- a/.bauke/nix/stardust/system.nix +++ b/.bauke/nix/stardust/system.nix @@ -31,6 +31,7 @@ packages = with pkgs; [ corefonts + font-awesome hasklig inter iosevka diff --git a/.config/i3/config b/.config/i3/config index d9d4f22..f05fe97 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -53,6 +53,7 @@ bar { inactive_workspace #2A2041 #1F1731 #E6DEFF urgent_workspace #F99ADD #F99ADD #1F1731 } + font pango:Hasklig, Font Awesome 6 Free 10 i3bar_command i3bar --transparency output primary position bottom diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index 4516f2c..e4af3bb 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -1,20 +1,20 @@ [icons.overrides] bear = "🐻" -bell = "🔔" bunny = "🐇" -music = "▶️" +circle_play = "\uf144" +rss = "\uf09e" [[block]] block = "custom" command = "tauon-controls --current-song" -format = "^icon_music $text.pango-str()" +format = "^icon_circle_play $text.pango-str()" interval = 15 hide_when_empty = true [[block]] block = "custom" command = "miniflux-unread-entries" -format = "^icon_bell $text.pango-str()" +format = "^icon_rss $text.pango-str()" interval = 600 hide_when_empty = true [[block.click]]