From 8a0fd5364744406741ea71879f8da6ca21983999 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 23 May 2023 15:26:34 +0200 Subject: [PATCH] waybar: Fix remaining status bar icons --- desktop/.config/waybar/config | 6 +++--- desktop/.config/waybar/modules/wireguard | 2 +- desktop/.config/waybar/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/.config/waybar/config b/desktop/.config/waybar/config index 54794f6..ccb3871 100644 --- a/desktop/.config/waybar/config +++ b/desktop/.config/waybar/config @@ -120,12 +120,12 @@ }, "pulseaudio": { "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon}", + "format-bluetooth": "{volume}% {icon} ", "format-muted": "", "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", diff --git a/desktop/.config/waybar/modules/wireguard b/desktop/.config/waybar/modules/wireguard index 82256b8..fcdca46 100755 --- a/desktop/.config/waybar/modules/wireguard +++ b/desktop/.config/waybar/modules/wireguard @@ -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}" diff --git a/desktop/.config/waybar/style.css b/desktop/.config/waybar/style.css index 465be18..348a579 100644 --- a/desktop/.config/waybar/style.css +++ b/desktop/.config/waybar/style.css @@ -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 {