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
|
// 1. Let Repeater loop through the ObjectModel for us
|
||||||
Repeater {
|
Repeater {
|
||||||
id: mprisRepeater
|
id: mprisRepeater
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
model: Mpris.players
|
model: Mpris.players
|
||||||
|
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
|
|
||||||
required property var modelData
|
required property var modelData
|
||||||
implicitHeight: 34
|
implicitHeight: 34
|
||||||
implicitWidth: delegateLayout.implicitWidth
|
implicitWidth: delegateLayout.implicitWidth
|
||||||
|
|||||||
@ -5,22 +5,19 @@ import Quickshell
|
|||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
|
|
||||||
Singleton {
|
Singleton {
|
||||||
id: store
|
|
||||||
|
|
||||||
FileView {
|
FileView {
|
||||||
path: "/home/lucy/.cache/quickshell_settings.json"
|
path: "/home/lucy/.cache/quickshell_settings.json"
|
||||||
|
|
||||||
onAdapterUpdated: writeAdapter()
|
|
||||||
|
|
||||||
watchChanges: true
|
watchChanges: true
|
||||||
onFileChanged: reload()
|
onAdapterChanged: writeAdapter()
|
||||||
|
|
||||||
JsonAdapter {
|
JsonAdapter {
|
||||||
id: adapter
|
id: adapter
|
||||||
property string lastWallpaper: "file:///home/lucy/.walls/mooon.png"
|
property string lastWallpaper
|
||||||
property string wallDir: "file:///home/lucy/.walls/"
|
property string wallDir
|
||||||
property string font: "CodeNewRoman Nerd Font Propo"
|
property string font
|
||||||
property real fontSize: 14
|
property real fontSize: 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ import Quickshell
|
|||||||
import "./modules/bar/"
|
import "./modules/bar/"
|
||||||
import "./modules/wallpaper/"
|
import "./modules/wallpaper/"
|
||||||
import "./modules/notifications/"
|
import "./modules/notifications/"
|
||||||
|
import "./modules/settings/"
|
||||||
|
|
||||||
ShellRoot {
|
ShellRoot {
|
||||||
Variants {
|
Variants {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user