moved quickshell around

This commit is contained in:
2025-07-24 03:00:40 +01:00
parent 8e587b5718
commit 75145b0f41
11 changed files with 36 additions and 104 deletions

View File

@@ -39,8 +39,6 @@ import Quickshell.Widgets
sourceComponent: Audio {}
}
RowLayout {
id: aaaaa
// If player disapear the seprator disapears with it
visible: Player.activePlayer.isPlaying()
VerticalSeprator {}
PlayerText {
@@ -54,6 +52,7 @@ import Quickshell.Widgets
font.pointSize: 10.75
}
}
SystemTray {}
// VerticalSeprator {}
}
}