Fixed symbols that were broken by Nerd Symbol Fonts 3.0 update
This commit is contained in:
parent
d0a9a7bc8a
commit
73c084b08b
1 changed files with 11 additions and 11 deletions
|
@ -72,9 +72,9 @@
|
|||
|
||||
"format-icons": {
|
||||
"wifi": [""],
|
||||
"ethernet": [""],
|
||||
"disconnected": [""],
|
||||
"linked": [""]
|
||||
"ethernet": [""],
|
||||
"disconnected": [""],
|
||||
"linked": [""]
|
||||
},
|
||||
|
||||
"interval": 10,
|
||||
|
@ -96,9 +96,9 @@
|
|||
|
||||
"format-icons": {
|
||||
"wifi": [""],
|
||||
"ethernet": [""],
|
||||
"disconnected": [""],
|
||||
"linked": [""]
|
||||
"ethernet": [""],
|
||||
"disconnected": [""],
|
||||
"linked": [""]
|
||||
},
|
||||
|
||||
"interval": 10,
|
||||
|
@ -119,7 +119,7 @@
|
|||
"format-muted": "ﱝ",
|
||||
"format-icons": {
|
||||
//"phone": [" ", " ", " ", " "],
|
||||
"default": ["奄", "奔", "墳"]
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"format-muted": "ﱝ",
|
||||
"format-icons": {
|
||||
//"phone": [" ", " ", " ", " "],
|
||||
"default": ["奄", "奔", "墳"]
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "hyprctl dispatch exec [float] -- pavucontrol-qt",
|
||||
|
@ -161,7 +161,7 @@
|
|||
"format": "{icon}",
|
||||
"format-alt": "{percent}% {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-icons": ["", "", ""],
|
||||
"format-icons": ["", "", ""],
|
||||
"on-scroll-down": "light -U 1",
|
||||
"on-scroll-up": "light -A 1"
|
||||
},
|
||||
|
@ -180,9 +180,9 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
//"activated": "鬒",
|
||||
"activated": "",
|
||||
"activated": "",
|
||||
//"deactivated": ""
|
||||
"deactivated": ""
|
||||
"deactivated": ""
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue