add typography
This commit is contained in:
parent
205ad37e3e
commit
7de7ae19bb
14 changed files with 77 additions and 189 deletions
|
|
@ -1,6 +1,5 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Services.SystemTray
|
||||
|
|
@ -8,7 +7,7 @@ import Quickshell.Services.SystemTray
|
|||
RowLayout {
|
||||
id: root
|
||||
|
||||
spacing: Dimensions.tray.spacing
|
||||
spacing: 4
|
||||
|
||||
Repeater {
|
||||
model: SystemTray.items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue