usable
This commit is contained in:
19
config/aurora/modules/BarBottom.qml
Normal file
19
config/aurora/modules/BarBottom.qml
Normal file
@@ -0,0 +1,19 @@
|
||||
import Quickshell // for PanelWindow
|
||||
import QtQuick // for Text
|
||||
import QtQuick.Shapes
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Io
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Hyprland
|
||||
|
||||
|
||||
Rectangle {
|
||||
property real reserve: height
|
||||
id: botRect
|
||||
y: parent.height - height
|
||||
color: Pywal.special.background
|
||||
implicitHeight: 10
|
||||
implicitWidth: parent.width
|
||||
}
|
||||
Reference in New Issue
Block a user