chore: bump flake inputs
- outfoxxed fixed audio slider bug
This commit is contained in:
parent
28171e3a44
commit
f61715d601
3 changed files with 13 additions and 16 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723991338,
|
"lastModified": 1724479785,
|
||||||
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
|
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
|
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -23,17 +23,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724598086,
|
"lastModified": 1724747674,
|
||||||
"narHash": "sha256-RwLvR0p1vnGDFz9qXz6QLaFPQ751doKLG1ROWZh6zcA=",
|
"narHash": "sha256-cthXS5qWVK/Lo3Ok22d2DbQ+V1x4xExtYohQo1mdPec=",
|
||||||
"owner": "Nydragon",
|
"ref": "refs/heads/master",
|
||||||
"repo": "quickshell",
|
"rev": "c60871a7fb56f66c9b4057bddc5326d4fa405164",
|
||||||
"rev": "7aa93ccf9ddb383e54a742cccba27cff37a43c8c",
|
"revCount": 306,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Nydragon",
|
"type": "git",
|
||||||
"repo": "quickshell",
|
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
utils.url = "github:numtide/flake-utils";
|
utils.url = "github:numtide/flake-utils";
|
||||||
|
|
||||||
quickshell = {
|
quickshell = {
|
||||||
#url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||||
url = "github:Nydragon/quickshell";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,8 +11,6 @@ RowLayout {
|
||||||
objects: [node]
|
objects: [node]
|
||||||
}
|
}
|
||||||
|
|
||||||
//Component.onCompleted: console.log(JSON.stringify(node.properties, null, 2))
|
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
source: {
|
source: {
|
||||||
const getFallback = () => node.isStream ? "root:/../assets/folder-music.svg" : "root:/../assets/audio-volume-high.svg";
|
const getFallback = () => node.isStream ? "root:/../assets/folder-music.svg" : "root:/../assets/audio-volume-high.svg";
|
||||||
|
|
Loading…
Add table
Reference in a new issue