From 7860658d3f288c2cc9b9bff531d5741b1234166f Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 10:19:23 +0200 Subject: [PATCH] now it actually works --- desktopenvs/hyprland/eww-nobattery/eww.yuck | 2 +- desktopenvs/hyprland/eww/eww.yuck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/eww-nobattery/eww.yuck b/desktopenvs/hyprland/eww-nobattery/eww.yuck index 2893b46..96fee8a 100644 --- a/desktopenvs/hyprland/eww-nobattery/eww.yuck +++ b/desktopenvs/hyprland/eww-nobattery/eww.yuck @@ -35,7 +35,7 @@ :value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)} :onchange "") (clock) - (systray :orientation h :spacing 2 :space-evenly true) + (systray :class "music" :orientation "h" :spacing 2 :space-evenly true) )) (defwidget music [] diff --git a/desktopenvs/hyprland/eww/eww.yuck b/desktopenvs/hyprland/eww/eww.yuck index 7f67850..3a9530a 100644 --- a/desktopenvs/hyprland/eww/eww.yuck +++ b/desktopenvs/hyprland/eww/eww.yuck @@ -40,7 +40,7 @@ :value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)} :onchange "") (clock) - (systray :orientation h :spacing 2 :space-evenly true) + (systray :class "music" :orientation "h" :spacing 2 :space-evenly true) )) (defwidget music []