mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
feat: screenshot tool
This commit is contained in:
parent
de23a67917
commit
6f39dae2ea
8 changed files with 343 additions and 17 deletions
|
|
@ -11,7 +11,7 @@ Singleton {
|
|||
FileView {
|
||||
path: `${Quickshell.env("XDG_DATA_HOME")}/quickshell/settings.json`
|
||||
watchChanges: true
|
||||
// onFileChanged: reload()
|
||||
onFileChanged: reload()
|
||||
onAdapterUpdated: writeAdapter()
|
||||
blockLoading: true
|
||||
|
||||
|
|
@ -22,6 +22,7 @@ Singleton {
|
|||
property int barHeight: 25
|
||||
property string wallpaperUrl: Qt.resolvedUrl("root:resources/wallpapers/pixelart0.jpg")
|
||||
property string colorScheme: "scheme-fruit-salad"
|
||||
property string screenshotPath: "/home/koss/Pictures"
|
||||
}
|
||||
|
||||
property var colors: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue