Bar: add floating setting

This commit is contained in:
Ly-sec 2025-09-13 10:11:57 +02:00
parent ae931b791f
commit 50d8b54adf
4 changed files with 216 additions and 1 deletions

View file

@ -267,6 +267,14 @@ Singleton {
property real backgroundOpacity: 1.0
property list<string> monitors: []
// Floating bar settings
property bool floating: false
property real rounding: 12.0
property real marginTop: 16.0
property real marginBottom: 16.0
property real marginLeft: 16.0
property real marginRight: 16.0
property bool showActiveWindowIcon: true // TODO: delete
property bool alwaysShowBatteryPercentage: false // TODO: delete
property bool showNetworkStats: false // TODO: delete