Bar: add floating setting
This commit is contained in:
parent
ae931b791f
commit
50d8b54adf
4 changed files with 216 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue