audio module, system stats, fixed activewindow

This commit is contained in:
Zacharias-Brohn
2025-10-13 20:06:51 +02:00
parent 51cc2d867b
commit 375fd00d21
8 changed files with 382 additions and 8 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ import Quickshell.Hyprland
Singleton {
id: root
property string activeWindow: Hyprland.activeToplevel?.lastIpcObject.class || ""
property string activeWindow: Hyprland.activeToplevel?.title || ""
}