update nerdfont codepoints
This commit is contained in:
parent
eac5ce0dff
commit
a73d95af39
1 changed files with 24 additions and 27 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue