mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(i3status-rust): change icons
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user