quickshell media player enchantments
This commit is contained in:
13
quickshell/bar/widgets/common/Container.qml
Normal file
13
quickshell/bar/widgets/common/Container.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Rectangle {
|
||||
z: -1
|
||||
color: "black"
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
height: 25
|
||||
width: parent.width
|
||||
radius: 7
|
||||
}
|
||||
Reference in New Issue
Block a user