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