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:
+5
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user