Bring backs most services
This commit is contained in:
parent
71cb79b08b
commit
ec3bff68ac
16 changed files with 1038 additions and 13 deletions
10
Widgets/NDivider.qml
Normal file
10
Widgets/NDivider.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
import qs.Services
|
||||
|
||||
Rectangle {
|
||||
width: parent.width
|
||||
height: Math.max(1, Style.borderThin * scaling)
|
||||
color: Colors.outline
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue