mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 17:47:09 +00:00
8 lines
102 B
QML
8 lines
102 B
QML
import QtQuick
|
|
import Quickshell
|
|
|
|
Scope {
|
|
id: root
|
|
VolumeOverlay{}
|
|
BrightnessOverlay{}
|
|
} |