waybar: Fix remaining status bar icons
This commit is contained in:
parent
42e8504b1b
commit
8a0fd53647
3 changed files with 5 additions and 5 deletions
|
@ -125,7 +125,7 @@
|
|||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
"custom/wireguard": {
|
||||
"format-icons": {
|
||||
"default": "嬨"
|
||||
"default": ""
|
||||
},
|
||||
"exec": "~/.config/waybar/modules/wireguard json",
|
||||
"exec-if": "command -v nmcli >/dev/null 2>&1",
|
||||
|
|
|
@ -41,7 +41,7 @@ connected=()
|
|||
available=()
|
||||
|
||||
function print_as_json() {
|
||||
text="嬨" # only prints a single icon when connected
|
||||
text="" # only prints a single icon when connected
|
||||
# text="${1}" # use this line to show all output in text
|
||||
alt="${1}"
|
||||
tooltip="${1}"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: Iosevka Nerd Font, Iosevka, monospace;
|
||||
font-family: Cantarell, Signika, Iosevka Nerd Font, Iosevka, monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
Loading…
Reference in a new issue