aboutsummaryrefslogtreecommitdiff
path: root/quickshell
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-31 15:43:42 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-31 15:43:42 +0530
commitdf7b5c1aeddf36c71c6f579ccc9c2487e04d54cb (patch)
tree1ddbb80346e68d034ecd88bbfc3db539bccc7d3d /quickshell
parentc76e247d7adf4ded80ac75128b21d2dd881eec01 (diff)
battery mode widget fix + declaritive environment variables
Diffstat (limited to 'quickshell')
-rw-r--r--quickshell/BatteryModeConfig.qml4
-rw-r--r--quickshell/shell.qml2
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
}