Bring backs most services

This commit is contained in:
quadbyte 2025-08-09 23:42:02 -04:00
parent 71cb79b08b
commit ec3bff68ac
16 changed files with 1038 additions and 13 deletions

10
Widgets/NDivider.qml Normal file
View 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
}