update

Ryan Gibb 1bfdf17e 9b997f02

Changed files
+7 -6
home
+4 -4
flake.lock
···
"rust-overlay": "rust-overlay"
},
"locked": {
-
"lastModified": 1737303286,
-
"narHash": "sha256-22Y6qwJ/JVX61J0u492nNBZVNOt+d3b8Q8Iw/fFSgio=",
+
"lastModified": 1737574801,
+
"narHash": "sha256-PgN5d/Ungg13G0aDKndmvKK6MeKjYwiZwgqndjJSsVU=",
"owner": "bcyran",
"repo": "timewall",
-
"rev": "fb4845286b034af498971b3e76257f97fbffc73d",
+
"rev": "47749280300629b8f60f4da0bff22a90cc63f32d",
"type": "github"
},
"original": {
"owner": "bcyran",
-
"ref": "geoclue",
+
"ref": "long-setter",
"repo": "timewall",
"type": "github"
+1 -1
flake.nix
···
hyperbib-eeg.url = "github:RyanGibb/hyperbib?ref=nixify";
nix-rpi5.url = "gitlab:vriska/nix-rpi5?ref=main";
nur.url = "github:nix-community/NUR/e9e77b7985ef9bdeca12a38523c63d47555cc89b";
-
timewall.url = "github:bcyran/timewall/geoclue";
+
timewall.url = "github:bcyran/timewall/long-setter";
# deduplicate flake inputs
eilean.inputs.nixpkgs.follows = "nixpkgs";
+2 -1
home/gui/timewall.toml
···
[setter]
-
command = [ "sh", "-c", "ln -fs %f ~/.cache/timewall/last_image && (setsid swaybg -i %f -c 282828 -m fill >/dev/null 2>&1 &) && (sleep 1; (grep -v $(pgrep -nf ^swaybg) <(pgrep -f ^swaybg) | tee ~/x | xargs -r kill)) && exit 0" ]
+
command = [ "swaybg", "-i", "%f", "-c", "282828", "-m", "fill" ]
+
overlap = 1000