diff options
Diffstat (limited to 'volume-osd/shell.qml')
| -rw-r--r-- | volume-osd/shell.qml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/volume-osd/shell.qml b/volume-osd/shell.qml new file mode 100644 index 0000000..dbbd96f --- /dev/null +++ b/volume-osd/shell.qml @@ -0,0 +1,16 @@ +// Copyright (C) 2026 Danilo M. <danix@danix.xyz> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 2 as +// published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +import Quickshell + +ShellRoot { + VolumeOsd {} +} |
