waybar: Fix remaining status bar icons

This commit is contained in:
Marty Oehme 2023-05-23 15:26:34 +02:00
parent 42e8504b1b
commit 8a0fd53647
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
3 changed files with 5 additions and 5 deletions

View File

@ -120,12 +120,12 @@
}, },
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon} ",
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",
"headset": "", "headset": "󰋎",
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
@ -166,7 +166,7 @@
}, },
"custom/wireguard": { "custom/wireguard": {
"format-icons": { "format-icons": {
"default": "" "default": "󰖂"
}, },
"exec": "~/.config/waybar/modules/wireguard json", "exec": "~/.config/waybar/modules/wireguard json",
"exec-if": "command -v nmcli >/dev/null 2>&1", "exec-if": "command -v nmcli >/dev/null 2>&1",

View File

@ -41,7 +41,7 @@ connected=()
available=() available=()
function print_as_json() { 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 # text="${1}" # use this line to show all output in text
alt="${1}" alt="${1}"
tooltip="${1}" tooltip="${1}"

View File

@ -2,7 +2,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
font-family: Iosevka Nerd Font, Iosevka, monospace; font-family: Cantarell, Signika, Iosevka Nerd Font, Iosevka, monospace;
} }
window#waybar { window#waybar {