mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
fix(i3status-rust): change icons
This commit is contained in:
@@ -39,34 +39,36 @@ in {
|
|||||||
icons = {
|
icons = {
|
||||||
name = "none";
|
name = "none";
|
||||||
overrides = {
|
overrides = {
|
||||||
time = "📅 ";
|
|
||||||
music = "🎵";
|
|
||||||
music_play = "▶";
|
|
||||||
music_pause = "";
|
|
||||||
music_next = "⏭";
|
|
||||||
music_prev = "⏮";
|
|
||||||
cpu = "🖥 ";
|
|
||||||
memory_mem = "🧠 ";
|
|
||||||
cogs = "🚦 ";
|
|
||||||
pomodoro = "🍅 ";
|
|
||||||
bat = "🔋";
|
bat = "🔋";
|
||||||
bat_full = "⚡";
|
|
||||||
bat_charging = "🔌";
|
bat_charging = "🔌";
|
||||||
bat_discharging = "🔋";
|
bat_discharging = "🔋";
|
||||||
bat_quarter = "🔋";
|
bat_empty = " ";
|
||||||
bat_three_quarters = "🔋";
|
bat_full = " ";
|
||||||
net_up = "🌐";
|
bat_half = " ";
|
||||||
|
bat_quarter = " ";
|
||||||
|
bat_three_quarters = " ";
|
||||||
|
cogs = "🚦 ";
|
||||||
|
cpu = "🖥 ";
|
||||||
|
mail = "📧 ";
|
||||||
|
memory_mem = "🧠 ";
|
||||||
|
music = "🎵";
|
||||||
|
music_next = "⏭";
|
||||||
|
music_pause = "";
|
||||||
|
music_play = "▶";
|
||||||
|
music_prev = "⏮";
|
||||||
net_down = "❎";
|
net_down = "❎";
|
||||||
net_wireless = "📶";
|
net_up = "🌐";
|
||||||
net_wired = "🌐";
|
|
||||||
net_vpn = "🛡 ";
|
net_vpn = "🛡 ";
|
||||||
|
net_wired = "🌐";
|
||||||
|
net_wireless = "📶";
|
||||||
|
pomodoro = "🍅 ";
|
||||||
|
time = "📅 ";
|
||||||
toggle_off = "👎";
|
toggle_off = "👎";
|
||||||
toggle_on = "👍";
|
toggle_on = "👍";
|
||||||
mail = "📧 ";
|
volume_empty = "🔈 ";
|
||||||
volume_full = "🔊 ";
|
volume_full = "🔊 ";
|
||||||
volume_half = "🔉 ";
|
volume_half = "🔉 ";
|
||||||
volume_muted = "⛔";
|
volume_muted = "🔇";
|
||||||
volume_empty = "🔈 ";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
block = [
|
block = [
|
||||||
|
|||||||
Reference in New Issue
Block a user