add quickshell bar
This commit is contained in:
11
roles/quickshell/files/components/Enclosure.qml
Normal file
11
roles/quickshell/files/components/Enclosure.qml
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user