diff --git a/templates/waybar-config.j2 b/templates/waybar-config.j2 index b68b1d7..1e72bb6 100644 --- a/templates/waybar-config.j2 +++ b/templates/waybar-config.j2 @@ -2,7 +2,7 @@ // Generelle indstillinger for Waybar "layer": "top", "position": "top", - "height": 30, + "height": 40, "spacing": 4, // Moduler placeret til venstre @@ -18,7 +18,7 @@ // Moduler placeret til højre "modules-right": [ - "pipewire", + "pulseaudio", "network", "battery", "tray" @@ -48,7 +48,7 @@ "format-alt": " {:%d/%m-%Y}" }, - "pipewire": { + "pulseaudio": { "format": "{volume}% {icon}", "format-muted": "󰖁 Muted", "format-icons": ["", "", ""],