Add date and time parsing and add colors from matugen to all current elements of top bar
This commit is contained in:
9
quickshell/ui/LineSeparator.qml
Normal file
9
quickshell/ui/LineSeparator.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import "../constants"
|
||||
|
||||
// vertical line separator for top bar
|
||||
Rectangle {
|
||||
width: 1
|
||||
height: 16
|
||||
color: Colors.md3.on_background
|
||||
}
|
||||
Reference in New Issue
Block a user