1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 14:05:38 -05:00

UX update to widget padding heights, updated workspaces

This commit is contained in:
purian23
2025-07-12 03:29:03 -04:00
parent e76b0ee443
commit df3a56f9f4
13 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ Rectangle {
property bool batteryPopupVisible: false
width: 70 // Increased width to accommodate percentage text
height: 32
height: 30
radius: Theme.cornerRadius
color: batteryArea.containsMouse || batteryPopupVisible ?
Qt.rgba(Theme.primary.r, Theme.primary.g, Theme.primary.b, 0.16) :