mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Disable Network stats by default
Settings: set showNetworkStats to false
This commit is contained in:
@@ -114,7 +114,7 @@ Singleton {
|
||||
property string position: "top" // Possible values: "top", "bottom"
|
||||
property bool showActiveWindowIcon: true
|
||||
property bool alwaysShowBatteryPercentage: false
|
||||
property bool showNetworkStats: true
|
||||
property bool showNetworkStats: false
|
||||
property real backgroundOpacity: 1.0
|
||||
property string showWorkspaceLabel: "none"
|
||||
property list<string> monitors: []
|
||||
|
||||
Reference in New Issue
Block a user