waybar: Migrate icons to Nerd Fonts 3

nazuna
Simon Bruder 2023-05-30 14:03:12 +02:00
parent 704f1e8d7f
commit 7c936fa4cc
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 43 additions and 47 deletions

View File

@ -16,10 +16,6 @@ let
fi
'';
# nerd fonts are abusing arabic which breaks latin text
# context: https://github.com/Alexays/Waybar/issues/628
lrm = "‎";
# for fine-grained control over spacing
thinsp = " ";
in
@ -71,14 +67,14 @@ in
{ class = "inactive"; };
on-click = toggleUserUnitState "gammastep";
return-type = "json";
format = "";
format = "󰌵";
tooltip = false;
};
idle_inhibitor = {
format = "{icon}";
format-icons = {
activated = " ";
deactivated = " ";
activated = "󰈈 ";
deactivated = "󰈉 ";
};
};
"custom/screencast" = {
@ -104,7 +100,7 @@ in
print(f"Invalid action {action} (in line {line})", file=sys.stderr)
if active_outputs > 0:
print("${lrm} ")
print("󰄘 ")
else:
print()
@ -115,15 +111,15 @@ in
};
backlight = {
format = "{percent}% {icon}";
format-icons = [ " " " " " " " " " " " " " " ];
format-icons = [ "󰃚 " "󰃛 " "󰃜 " "󰃝 " "󰃞 " "󰃟 " "󰃠 " ];
on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl -q set +5%";
on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl -q set 5%-";
};
mpd = {
server = config.services.mpd.network.listenAddress;
format = "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ";
format-disconnected = "Disconnected ";
format-stopped = "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ";
format = "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) 󰎈";
format-disconnected = "Disconnected 󰎊";
format-stopped = "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped 󰓛";
unknown-tag = "N/A";
interval = 2;
tooltip-format = "MPD (connected)";
@ -136,47 +132,47 @@ in
title-len = 48;
artist-len = 24;
consume-icons = {
on = " ";
on = "󰆐 ";
};
random-icons = {
off = " ";
on = " ";
off = "󰒞 ";
on = "󰒝 ";
};
repeat-icons = {
on = " ";
on = "󰑖 ";
};
single-icons = {
on = " ";
on = "󰑘 ";
};
state-icons = {
paused = "";
playing = "";
paused = "󰏤";
playing = "󰐊";
};
};
pulseaudio = {
format = "{volume}% {icon} {format_source}";
format-bluetooth = "{volume}% {icon} {format_source}";
format-bluetooth-muted = "${lrm}${lrm} {icon} {format_source}";
format-muted = "${lrm}${lrm} {format_source}";
format-source = "{volume}% ${thinsp}";
format-source-muted = "${thinsp}";
format-bluetooth = "{volume}% {icon}󰂯 {format_source}";
format-bluetooth-muted = "󰝟 {icon}󰂯 {format_source}";
format-muted = "󰝟 {format_source}";
format-source = "{volume}% 󰍬${thinsp}";
format-source-muted = "󰍭${thinsp}";
format-icons = {
car = " ";
default = [ "" "奔" "" ];
hands-free = " ";
headphone = " ";
headset = " ";
phone = " ";
portable = " ";
car = "󰄋 ";
default = [ "󰕿" "󰖀" "󰕾" ];
hands-free = "󰋎 ";
headphone = "󰋋 ";
headset = "󰋎 ";
phone = "󰏲 ";
portable = "󰏲 ";
};
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
on-click-right = "${pkgs.unstable.helvum}/bin/helvum";
};
network = {
format-wifi = "{essid} ({signalStrength}%) ";
format-ethernet = "{ipaddr}/{cidr} ";
format-linked = "{ifname} (No IP) ";
format-disconnected = "Disconnected ";
format-wifi = "{essid} ({signalStrength}%) 󰖩 ";
format-ethernet = "{ipaddr}/{cidr} 󰈀 ";
format-linked = "{ifname} (No IP) 󰈀 ";
format-disconnected = "Disconnected 󰌙 ";
format-alt = "{ifname}: {ipaddr}/{cidr}";
tooltip = false;
on-click-right = "foot -e ${pkgs.networkmanager}/bin/nmtui";
@ -186,7 +182,7 @@ in
exec = pkgs.writeShellScript "vpn-state" ''
${pkgs.iproute}/bin/ip -j link \
| ${pkgs.jq}/bin/jq --unbuffered --compact-output '
[[.[].ifname | select(. | startswith("mlv"))][] | sub("mlv-"; "") + " ${thinsp}"] as $conns
[[.[].ifname | select(. | startswith("mlv"))][] | sub("mlv-"; "") + " 󰌾${thinsp}"] as $conns
| { text: ($conns[0] // ""), class: (if $conns | length > 0 then "connected" else "disconnected" end) }'
'';
return-type = "json";
@ -195,11 +191,11 @@ in
};
memory = {
interval = 2;
format = "{:2}% ";
format = "{:2}% 󰍛 ";
};
cpu = {
interval = 2;
format = "{usage:2}% ";
format = "{usage:2}% 󰘚 ";
tooltip = false;
};
temperature = {
@ -210,10 +206,10 @@ in
battery = {
interval = 5;
format = "{capacity}% {icon}";
format-charging = "{capacity}% ";
format-plugged = "{capacity}% ${lrm}";
format-charging = "{capacity}% 󰂄";
format-plugged = "{capacity}% 󰚥";
format-alt = "{time} {icon}";
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
format-icons = [ "󱃍" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
states = {
critical = 15;
good = 95;
@ -261,9 +257,9 @@ in
events_today = []
if len(events_today) == 0:
text = " "
text = "󰃮 "
else:
text = f"{len(events_today)} "
text = f"{len(events_today)} 󰃭 "
print(
json.dumps(
@ -282,10 +278,10 @@ in
tooltip = false;
format = "{icon}";
format-icons = {
notification = "${thinsp}";
none = "${thinsp}";
dnd-notification = "${thinsp}";
dnd-none = "${thinsp}";
notification = "󱅫${thinsp}";
none = "󰂚${thinsp}";
dnd-notification = "󰂛${thinsp}";
dnd-none = "󰂛${thinsp}";
};
return-type = "json";
exec = "${pkgs.swaynotificationcenter}/bin/swaync-client -swb";