Fixed symbols that were broken by Nerd Symbol Fonts 3.0 update

This commit is contained in:
Logan G 2023-05-06 21:01:23 -06:00
parent d0a9a7bc8a
commit 73c084b08b
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -72,9 +72,9 @@
"format-icons": { "format-icons": {
"wifi": [""], "wifi": [""],
"ethernet": [""], "ethernet": ["󰈀"],
"disconnected": [""], "disconnected": ["󰈂"],
"linked": [""] "linked": ["󱘖"]
}, },
"interval": 10, "interval": 10,
@ -96,9 +96,9 @@
"format-icons": { "format-icons": {
"wifi": [""], "wifi": [""],
"ethernet": [""], "ethernet": ["󰈀"],
"disconnected": [""], "disconnected": ["󰈂"],
"linked": [""] "linked": ["󱘖"]
}, },
"interval": 10, "interval": 10,
@ -119,7 +119,7 @@
"format-muted": "ﱝ", "format-muted": "ﱝ",
"format-icons": { "format-icons": {
//"phone": [" ", " ", " ", " "], //"phone": [" ", " ", " ", " "],
"default": ["奄", "奔", "墳"] "default": ["󰕿", "󰖀", "󰕾"]
}, },
"scroll-step": 5, "scroll-step": 5,
"on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'", "on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'",
@ -133,7 +133,7 @@
"format-muted": "ﱝ", "format-muted": "ﱝ",
"format-icons": { "format-icons": {
//"phone": [" ", " ", " ", " "], //"phone": [" ", " ", " ", " "],
"default": ["奄", "奔", "墳"] "default": ["󰕿", "󰖀", "󰕾"]
}, },
"scroll-step": 5, "scroll-step": 5,
"on-click": "hyprctl dispatch exec [float] -- pavucontrol-qt", "on-click": "hyprctl dispatch exec [float] -- pavucontrol-qt",
@ -161,7 +161,7 @@
"format": "{icon}", "format": "{icon}",
"format-alt": "{percent}% {icon}", "format-alt": "{percent}% {icon}",
"format-alt-click": "click-right", "format-alt-click": "click-right",
"format-icons": ["", "", ""], "format-icons": ["󰃞", "󰃟", "󰃠"],
"on-scroll-down": "light -U 1", "on-scroll-down": "light -U 1",
"on-scroll-up": "light -A 1" "on-scroll-up": "light -A 1"
}, },
@ -180,9 +180,9 @@
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
//"activated": "鬒", //"activated": "鬒",
"activated": "", "activated": "󰅶",
//"deactivated": "" //"deactivated": ""
"deactivated": "" "deactivated": "󰛊"
}, },
"tooltip": false "tooltip": false
}, },