diff --git a/.config/waybar/config b/.config/waybar/config index 0952560d..58a92e19 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -10,8 +10,8 @@ "disable-scroll" : false, }, "battery": { - "format": "{capacity}% {icon}", - "format-icons": ["", "", "", "", ""] + "format": "bat {capacity}%", + // "format-icons": ["", "", "", "", ""] }, "clock": { "format-alt": "{:%a, %d. %b %H:%M}" @@ -20,7 +20,7 @@ "scroll-step": 5, "max-volume": 150, "format": "vol {volume}%", - "format-bluetooth": "{desc} {volume}%", + "format-bluetooth": "bt {volume}%", "format-muted": "mut", "nospacing": 1, "on-click": "pavucontrol", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 86f39c32..9f8ad562 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -12,7 +12,7 @@ border: none; border-radius: 0; min-height: 0; - font-family: "iosevka nerd font"; + /* font-family: "iosevka nerd font"; */ font-weight: 500; font-size: 14px; padding: 0;