From 5cbbcda51541e875ffd77176d262419d089a23e4 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 10 Jun 2024 09:07:32 +0200 Subject: [PATCH] =?UTF-8?q?config/eww=20:=20mise=20=C3=A0=20jour=20(encore?= =?UTF-8?q?=20=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/eww-ahrc--laptop/eww.yuck | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/eww-ahrc--laptop/eww.yuck b/config/eww-ahrc--laptop/eww.yuck index fd370a0..af57a4d 100644 --- a/config/eww-ahrc--laptop/eww.yuck +++ b/config/eww-ahrc--laptop/eww.yuck @@ -124,13 +124,14 @@ (box (eventbox :onscroll 'action/volume "{}"' :onclick 'hyprctl dispatch exec pavucontrol' + :onrightclick 'pamixer --toggle-mute' "${ sound.output-muted == true ? sound-icon["muted"] : sound.output-volume < 33 ? sound-icon["absent"] : sound.output-volume < 67 ? sound-icon["moderate"] : sound-icon["loud"] - } ${sound.output-volume} %" + } ${sound.output-volume} % ${sound.sink-name}" )) ) @@ -139,7 +140,7 @@ network.state == "wireless" ? network-icon["wifi-${network.wifi.signal}"] : network-icon[network.state] - } ${ + } ${ network.state == "disconnected" ? "No network" : network.state == "ethernet" ? "Ethernet" : network.state == "wireless" ? network.wifi.ssid :