progress dump

This commit is contained in:
Bloxx12 2025-05-06 10:30:18 +02:00
commit cc71593a9b
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
7 changed files with 38 additions and 36 deletions

View file

@ -3,7 +3,6 @@
// Please make sure to check out his setup.
pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
import Quickshell.Hyprland
Rectangle {
@ -27,8 +26,8 @@ Rectangle {
width: parent.width
height: width
border.color: "black"
// color: "blue"
border.width: 1
color: "#30c0ffff"
border.width: 2
radius: 5
// destructor takes care of nulling
@ -90,8 +89,7 @@ Rectangle {
Rectangle {
anchors.centerIn: parent
height: 10
// width: (wsItem.active ? parent.width : parent.width - 20)
height: wsItem.height - 5
width: parent.width * wsItem.animActive
radius: height / 2
border.color: "black"