progress dump
This commit is contained in:
parent
b750421f65
commit
cc71593a9b
7 changed files with 38 additions and 36 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue