diff options
Diffstat (limited to 'quickshell/shell.qml')
| -rw-r--r-- | quickshell/shell.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quickshell/shell.qml b/quickshell/shell.qml index eb595e8..e012535 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -57,6 +57,7 @@ ShellRoot { property int brightness: 100 property int temperature: 6000 property int volume: 12 + property bool volume_muted: false property int battery: 12 property bool batteryCharging: false property string wifiName: "Offline" |
