This commit is contained in:
2025-11-13 19:27:11 -06:00
parent 184e939bb6
commit e1e1b316cf
11 changed files with 513 additions and 108 deletions

View File

@@ -5,8 +5,8 @@ import Quickshell.Hyprland
import Quickshell.Widgets
Item {
width: 10 + rep.count * (2 * lay.spacing + 25)
height: 30
implicitWidth: 10 + rep.count * (2 * lay.spacing + 25)
implicitHeight: 30
ClippingWrapperRectangle {
radius: 5
@@ -29,7 +29,7 @@ Item {
implicitWidth: 25
Button {
background: Rectangle {
color: Hyprland.focusedWorkspace.id == rep.test[index].id ? "#ffff00ff" : "#ff251555"
color: Hyprland.focusedWorkspace.id == rep.test[index].id ? "#ffff00ff" : "#ff7744dd"
anchors.fill: parent
}
text: rep.test[index].id