summaryrefslogtreecommitdiff
path: root/.local/bin/uwushot
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-21 23:18:06 +0200
committerewy <ewy0@protonmail.com>2026-05-21 23:18:06 +0200
commitffde9c98f50b7040300f6a73dc43b2cba3681bc3 (patch)
tree32e67e64aeb79d8b4efab373ab5dbfc4288501ef /.local/bin/uwushot
parentc599236cc3ff79a61c8db05a744015439fdc307e (diff)
add colored notifications for mako and rely on systemd service instead of sway starting mako
Diffstat (limited to '.local/bin/uwushot')
-rwxr-xr-x.local/bin/uwushot2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/uwushot b/.local/bin/uwushot
index 59aed24..625c4d5 100755
--- a/.local/bin/uwushot
+++ b/.local/bin/uwushot
@@ -5,4 +5,4 @@ path="$HOME/Pictures/Screenshots/"
filename="satty-$DATE.png"
grim -g "$(slurp -o -r -c '#ff0000ff')" -t ppm - | satty --actions-on-right-click=save-to-file --filename - --disable-notifications --corner-roundness 12 --output-filename "$path$filename"
cd "$path"
-uwuload "$filename"
+uwuload "$path/$filename"