add quickshell bar

This commit is contained in:
Johannes Knopp
2026-04-06 01:30:28 +02:00
parent 8d95eeb892
commit c2b28df404
15 changed files with 1043 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import QtQuick
import Quickshell.Widgets
import "."
WrapperRectangle {
radius: Theme.radius
color: 'transparent'
border.color: Theme.border
border.width: Theme.borderWidth
margin: Theme.enclosureMargin
}