This commit is contained in:
end-4
2025-04-11 00:05:34 +02:00
parent ff93725b28
commit ad63ae699f
6 changed files with 339 additions and 5 deletions
@@ -97,7 +97,6 @@ Rectangle {
color: Appearance.colors.colLayer2
opacity: workspaceOccupied[index] ? 1 : 0
// color: workspaceOccupied[index] ? Appearance.colors.colLayer2 : "transparent"
Behavior on opacity {
NumberAnimation {
@@ -154,9 +153,7 @@ Rectangle {
Button {
id: button
Layout.fillHeight: true
topInset: 7
bottomInset: 7
onPressed: Hyprland.dispath(`workspace ${index+1}`)
onPressed: Hyprland.dispatch(`workspace ${index+1}`)
width: workspaceButtonWidth
contentItem: StyledText {