forked from Shinonome/dots-hyprland
the perfect workspace indicator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user