update nerdfont codepoints

This commit is contained in:
Adithya 2023-05-07 18:28:04 +05:30
parent eac5ce0dff
commit a73d95af39
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -23,8 +23,8 @@
"idle_inhibitor" = {
"format" = "{icon}";
"format-icons" = {
"activated" = "";
"deactivated" = "";
"activated" = "󰈈";
"deactivated" = "󰈉";
};
"tooltip" = false;
};
@ -36,7 +36,7 @@
};
"backlight" = {
"format" = "{icon}";
"format-icons" = [ "" "" "" "" ];
"format-icons" = [ "󰃚" "󰃛" "󰃜" "󰃝" "󰃞" "󰃟" "󰃠" ];
};
"battery" = {
"states" = {
@ -46,44 +46,41 @@
};
"format" = "{icon}";
"format-alt" = "{icon} {capacity}% ({time})";
"format-charging" = " {capacity}%";
"format-plugged" = " {capacity}%";
"format-icons" = [ "" "" "" "" "" "" "" "" "" "" "" ];
"format-charging" = "󰂄 {capacity}%";
"format-plugged" = "󰚥 {capacity}%";
"format-icons" = [ "󰂃" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
"tooltip" = false;
};
"network" = {
"format-wifi" = "";
"format-ethernet" = "";
"format-linked" = "";
"format-disconnected" = "";
"format-wifi" = "󰖩";
"format-ethernet" = "󰈀";
"format-linked" = "󰌷";
"format-disconnected" = "󰖪";
"format-alt" = "{ifname}: {ipaddr}/{cidr}";
"tooltip" = false;
};
"pulseaudio" = {
"tooltip" = false;
"format" = "{icon} {format_source}";
"format-muted" = " {format_source}";
"format-bluetooth" = " {icon} {format_source}";
"format-bluetooth-muted" = " {format_source}";
"format-source" = "";
"format-source-muted" = "";
"format-muted" = "󰝟 {format_source}";
"format-bluetooth" = "󰂰 {icon} {format_source}";
"format-bluetooth-muted" = "󰂰 󰝟 {format_source}";
"format-source" = "󰍬";
"format-source-muted" = "󰍭";
"format-icons" = {
"headphones" = "";
"handsfree" = "";
"headset" = "";
"phone" = "";
"portable" = "";
"car" = "";
"default" = [ "" "奔" "" ];
"headphones" = "󰋋";
"headset" = "󰋎";
"car" = "󰄋";
"default" = [ "󰕿" "󰖀" "󰕾" ];
};
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol";
};
"bluetooth" = {
"format" = "";
"format-connected" = "";
"format-disabled" = "";
"format-off" = "";
"format-connected-battery" = " {device_battery_percentage}%";
"format" = "󰂯";
"format-connected" = "󰂱";
"format-disabled" = "󰂲";
"format-off" = "󰂲";
"format-connected-battery" = "󰂱 {device_battery_percentage}%";
"on-click" = "${pkgs.blueman}/bin/blueman-manager";
};
"tray" = {