Added background opacity slider to bar settings

This commit is contained in:
MichaelThomas0721 2025-08-17 22:48:41 -04:00
parent ba69ccbf82
commit a4d5a10da9
3 changed files with 41 additions and 1 deletions

View file

@ -78,6 +78,7 @@ Singleton {
property bool showBrightness: true
property bool showNotificationsHistory: true
property bool showTray: true
property real backgroundOpacity: 1.0
property list<string> monitors: []
}