NPill + Battery (WIP)

This commit is contained in:
quadbyte 2025-08-10 14:16:03 -04:00
parent aaf2aba0f8
commit 2f691fc72a
4 changed files with 329 additions and 1 deletions

View file

@ -44,12 +44,15 @@ Singleton {
property int animationNormal: 300
property int animationSlow: 500
// Dimensions
property int barHeight: 36
property int baseWidgetSize: 32
property int sliderWidth: 200
// Delay
// Delays
property int tooltipDelay: 300
property int tooltipDelayLong: 1500
property int pillDelay: 500
// Margins and spacing
property int marginTiny: 4