diff options
Diffstat (limited to 'quickshell/BatteryModeConfig.qml')
| -rw-r--r-- | quickshell/BatteryModeConfig.qml | 4 |
1 files changed, 2 insertions, 2 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 { |
