diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:53:03 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:53:03 -0400 |
commit | 05e4524de58829c042805042130f8a99c1a7c8e1 (patch) | |
tree | a575b0b5663f24b33cfb0844e00e4deb37e37cbe /.local/bin/colorhandler | |
parent | a66988a6e884273b13a12a85ab80dd08e8a7ce4a (diff) |
Small cleanup
Diffstat (limited to '.local/bin/colorhandler')
-rwxr-xr-x | .local/bin/colorhandler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/colorhandler b/.local/bin/colorhandler index cc4606d..7e35263 100755 --- a/.local/bin/colorhandler +++ b/.local/bin/colorhandler @@ -2,7 +2,7 @@ col=$(colorpicker --short --one-shot) -sed "s/fill=.*>/fill=\"$col\">/g" $HOME/.cache/circle.svg > /tmp/circle.svg +sed "s/fill=.*>/fill=\"$col\">/g" $HOME/.local/share/circle.svg > /tmp/circle.svg echo "$col" | xsel -b |