From 32808989c1f1865909500fa2a200f8b0aef7644a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 26 Aug 2020 11:33:16 +0200 Subject: [PATCH] fix(i3status-rust): change icons --- dot/i3status-rust.nix | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/dot/i3status-rust.nix b/dot/i3status-rust.nix index b220c4a..2d20d4e 100644 --- a/dot/i3status-rust.nix +++ b/dot/i3status-rust.nix @@ -39,34 +39,36 @@ in { icons = { name = "none"; overrides = { - time = "📅 "; - music = "🎵"; - music_play = "▶"; - music_pause = ""; - music_next = "⏭"; - music_prev = "⏮"; - cpu = "🖥 "; - memory_mem = "🧠 "; - cogs = "🚦 "; - pomodoro = "🍅 "; bat = "🔋"; - bat_full = "⚡"; bat_charging = "🔌"; bat_discharging = "🔋"; - bat_quarter = "🔋"; - bat_three_quarters = "🔋"; - net_up = "🌐"; + bat_empty = " "; + bat_full = " "; + bat_half = " "; + bat_quarter = " "; + bat_three_quarters = " "; + cogs = "🚦 "; + cpu = "🖥 "; + mail = "📧 "; + memory_mem = "🧠 "; + music = "🎵"; + music_next = "⏭"; + music_pause = ""; + music_play = "▶"; + music_prev = "⏮"; net_down = "❎"; - net_wireless = "📶"; - net_wired = "🌐"; + net_up = "🌐"; net_vpn = "🛡 "; + net_wired = "🌐"; + net_wireless = "📶"; + pomodoro = "🍅 "; + time = "📅 "; toggle_off = "👎"; toggle_on = "👍"; - mail = "📧 "; + volume_empty = "🔈 "; volume_full = "🔊 "; volume_half = "🔉 "; - volume_muted = "⛔"; - volume_empty = "🔈 "; + volume_muted = "🔇"; }; }; block = [