diff options
Diffstat (limited to 'quickshell')
| -rw-r--r-- | quickshell/BatteryModeConfig.qml | 4 | ||||
| -rw-r--r-- | quickshell/shell.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/quickshell/BatteryModeConfig.qml b/quickshell/BatteryModeConfig.qml index 0945888..4ef80c5 100644 --- a/quickshell/BatteryModeConfig.qml +++ b/quickshell/BatteryModeConfig.qml @@ -12,8 +12,8 @@ Rectangle { Layout.fillHeight: true color: shellRoot.black antialiasing: true - bottomLeftRadius: 10 - bottomRightRadius: 10 + topLeftRadius: 10 + topRightRadius: 10 property int current: 1 Timer { diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 0a6224d..ca17fb4 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -181,7 +181,7 @@ ShellRoot { visible: shellRoot.batteryModeConfig anchors { - top: true + bottom: true left: true } |
