push before reinstall

This commit is contained in:
lucy 2025-12-28 20:57:07 +01:00
parent e6a8808858
commit 17b68ea02d
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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
}
}

View File

@ -4,6 +4,7 @@ import Quickshell
import "./modules/bar/"
import "./modules/wallpaper/"
import "./modules/notifications/"
import "./modules/settings/"
ShellRoot {
Variants {