the perfect workspace indicator

This commit is contained in:
end-4
2025-04-10 17:03:57 +02:00
parent 5c88c6a5a6
commit ff93725b28
5 changed files with 223 additions and 1 deletions
@@ -145,6 +145,10 @@ Singleton {
property int type: Easing.BezierSpline
property list<real> bezierCurve: [0, 0.55, 0.45, 1]
}
property QtObject menuDecel: QtObject {
property int duration: 250
property int type: Easing.OutCubic
}
}
}
@@ -0,0 +1,10 @@
import QtQuick
import Quickshell
pragma Singleton
Singleton {
property QtObject bar: QtObject {
property int workspacesShown: 10
}
}
@@ -4,7 +4,6 @@ import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
import Quickshell.Io
import Quickshell.Wayland
Button {
id: button