Fixed warnings due to delete settings
This commit is contained in:
parent
3b256aa50d
commit
5994bd7929
5 changed files with 2 additions and 8 deletions
|
|
@ -121,14 +121,12 @@ Singleton {
|
|||
bar: JsonObject {
|
||||
property string position: "top" // Possible values: "top", "bottom"
|
||||
property bool showActiveWindowIcon: true
|
||||
|
||||
property bool alwaysShowBatteryPercentage: false
|
||||
property real backgroundOpacity: 1.0
|
||||
property list<string> monitors: []
|
||||
|
||||
// Widget configuration for modular bar system
|
||||
property JsonObject widgets
|
||||
|
||||
widgets: JsonObject {
|
||||
property list<string> left: ["SystemMonitor", "ActiveWindow", "MediaMini"]
|
||||
property list<string> center: ["Workspace"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue