This commit is contained in:
Bloxx12 2025-06-24 15:51:34 +02:00
commit 334bca71fe
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
17 changed files with 733 additions and 117 deletions

View file

@ -6,11 +6,9 @@ import Quickshell
import "../../config"
import "components"
Rectangle {
Item {
id: root
color: Config.bar.colors.bar
required property ShellScreen screen
anchors {
@ -48,10 +46,5 @@ Rectangle {
screen: root.screen
}
}
Text {
text: root.screen.name
color: "green"
}
}
}