feat: add volume change OSD modules for audio sink and source and added Default Sink and Source to the Bar

This commit is contained in:
Hannes
2026-08-24 20:31:44 +02:00
parent 776d25df0f
commit 230537699d
10 changed files with 353 additions and 3 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
pragma Singleton
import QtQuick 2.15
import QtQuick
import Quickshell.Hyprland
import "./path"
QtObject {
// Not really usable since it is not updating when changed
property var focusedMonitor: Hyprland.focusedMonitor
readonly property string configDir: ConfigPath.path
readonly property string wallpaperDir: WallpaperPath.wallpaperDir