progress update

This commit is contained in:
kossLAN 2025-07-16 19:34:36 -04:00
parent 41ccd5c460
commit e82ef6e0c1
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
7 changed files with 175 additions and 128 deletions

View file

@ -2,8 +2,8 @@ import QtQuick
import ".."
Rectangle {
color: ShellSettings.colors["primary"]
color: ShellSettings.colors["active"]
radius: 5
width: 7.5
height: 7.5
width: 3.5
height: 15
}