1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

Add percentage to the volume control slider

This commit is contained in:
purian23
2025-07-24 22:46:11 -04:00
parent 1197b9385c
commit 8e7bcabcf7
4 changed files with 180 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
//@ pragma UseQApplication
import QtQuick
import Quickshell
import Quickshell.Io
import qs.Modules
@@ -43,6 +44,7 @@ ShellRoot {
id: systemTrayContextMenu
}
NotificationCenterPopout {
id: notificationCenter
}