From df7b5c1aeddf36c71c6f579ccc9c2487e04d54cb Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 31 Mar 2026 15:43:42 +0530 Subject: battery mode widget fix + declaritive environment variables --- quickshell/BatteryModeConfig.qml | 4 ++-- quickshell/shell.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'quickshell') 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 } -- cgit v1.2.3