diff --git a/.config/waybar/config b/.config/waybar/config index e8e3e4e..f4c7a6f 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -143,12 +143,13 @@ }, "pulseaudio": { // "scroll-step": 1, // %, can be a float - "format": "{volume}% {icon} {format_source}", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", - "format-source": "{volume}% ", - "format-source-muted": "", + "format": "{volume}% {icon}", + //"format": "{volume}% {icon} {format_source}", + //"format-bluetooth": "{volume}% {icon} {format_source}", + //"format-bluetooth-muted": " {icon} {format_source}", + //"format-muted": " {format_source}", + //"format-source": "{volume}% ", + //"format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d556f6c..9c10439 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -105,27 +105,27 @@ window#waybar.chromium { #custom-disk { color: #C14F3F; - margin: 0 2px; + margin: 0 1px; } #custom-kernel { color: #51A6E3; - margin: 0 2px; + margin: 0 1px; } #custom-cpu { color: #B63CEC; - margin: 0 2px; + margin: 0 1px; } #custom-memory { color: #CADD8A; - margin: 0 2px; + margin: 0 1px; } #custom-clock { color: #51A6E3; - margin: 0 2px; + margin: 0 1px; } #battery { @@ -242,7 +242,7 @@ label:focus { #language { color: #00b093; - padding: 0 2px; - margin: 0 2px; + padding: 0 1px; + margin: 0 1px; min-width: 16px; } diff --git a/examples/sway.png b/examples/sway.png index e253de9..bccfd82 100644 Binary files a/examples/sway.png and b/examples/sway.png differ