From 326271181d6a6fc0500cde66c087334a3ef653d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 24 Dec 2024 12:49:50 +0100 Subject: [PATCH] 478 current 1970-01-01 01:00:00 25.05.20241219.d70bd19 6.6.66 * --- modules/home/sway/waybar.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/home/sway/waybar.nix b/modules/home/sway/waybar.nix index 81c50a2..b318fc3 100644 --- a/modules/home/sway/waybar.nix +++ b/modules/home/sway/waybar.nix @@ -44,7 +44,7 @@ in { height = 26; modules-left = ["sway/workspaces" "sway/mode"]; modules-center = ["sway/window"]; - modules-right = ["mpd" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"]; + modules-right = ["mpd" "wireplumber" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"]; "sway/workspaces" = { disable-scroll = true; @@ -134,6 +134,12 @@ in { tooltip-format = "{ifname} via {gwaddr} 󰌘"; format-disconnected = "󰌙"; }; + + "wireplumber" = { + format = "{volume}% {icon}"; + format-muted = ""; + format-icons = ["" "" ""]; + }; }; }; style = ./waybar.css;