alpha
Login
or
Join now
yemou.pink
/
scripts
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
colorgrab.nix: fix string replacement
author
yemou
date
2 years ago
(Jan 18, 2024, 10:31 PM -0500)
commit
b5bcc101
b5bcc101b1ea4b1d9544d14e45a00507e19b9a78
parent
94134b5d
94134b5dba457e7812fb4a06be287768a06d8daf
+5
-5
2 changed files
Expand all
Collapse all
Unified
Split
.nix
colorgrab.nix
flake.lock
+2
-2
.nix/colorgrab.nix
Reviewed
···
19
19
"slurp"
20
20
"convert"
21
21
"wl-copy"
22
22
-
"xdg-open"
22
22
+
"xdg-open "
23
23
"notify-send"
24
24
]
25
25
[
···
30
30
"${slurp}/bin/slurp"
31
31
"${imagemagick}/bin/convert"
32
32
"${wl-clipboard}/bin/wl-copy"
33
33
-
"${xdg-utils}/bin/xdg-open"
33
33
+
"${xdg-utils}/bin/xdg-open "
34
34
"${libnotify}/bin/notify-send"
35
35
]
36
36
(builtins.readFile ../scritps/colorgrab)
+3
-3
flake.lock
Reviewed
···
2
2
"nodes": {
3
3
"nixpkgs": {
4
4
"locked": {
5
5
-
"lastModified": 1704194953,
6
6
-
"narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=",
5
5
+
"lastModified": 1705316053,
6
6
+
"narHash": "sha256-J2Ey5mPFT8gdfL2XC0JTZvKaBw/b2pnyudEXFvl+dQM=",
7
7
"owner": "NixOS",
8
8
"repo": "nixpkgs",
9
9
-
"rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6",
9
9
+
"rev": "c3e128f3c0ecc1fb04aef9f72b3dcc2f6cecf370",
10
10
"type": "github"
11
11
},
12
12
"original": {