push before reinstall
This commit is contained in:
parent
e6a8808858
commit
17b68ea02d
@ -17,9 +17,11 @@ Item {
|
||||
// 1. Let Repeater loop through the ObjectModel for us
|
||||
Repeater {
|
||||
id: mprisRepeater
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
model: Mpris.players
|
||||
|
||||
delegate: Item {
|
||||
|
||||
required property var modelData
|
||||
implicitHeight: 34
|
||||
implicitWidth: delegateLayout.implicitWidth
|
||||
|
||||
@ -5,22 +5,19 @@ import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
Singleton {
|
||||
id: store
|
||||
|
||||
FileView {
|
||||
path: "/home/lucy/.cache/quickshell_settings.json"
|
||||
|
||||
onAdapterUpdated: writeAdapter()
|
||||
|
||||
watchChanges: true
|
||||
onFileChanged: reload()
|
||||
onAdapterChanged: writeAdapter()
|
||||
|
||||
JsonAdapter {
|
||||
id: adapter
|
||||
property string lastWallpaper: "file:///home/lucy/.walls/mooon.png"
|
||||
property string wallDir: "file:///home/lucy/.walls/"
|
||||
property string font: "CodeNewRoman Nerd Font Propo"
|
||||
property real fontSize: 14
|
||||
property string lastWallpaper
|
||||
property string wallDir
|
||||
property string font
|
||||
property real fontSize: 12
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user