add:wip mango

This commit is contained in:
2025-12-05 00:07:26 +09:00
parent 1d4e756dd6
commit 342930deae
35 changed files with 1836 additions and 188 deletions

2
mango/local-bin/sc.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
if pgrep -x wl-screenrec > /dev/null; then pkill -INT wl-screenrec && notify-send "🎥 Recording Stopped" "Saved to ~/videos"; else GEOMETRY=$(slurp); if [ -n "$GEOMETRY" ]; then notify-send "🎥 Recording Started" "Press Super+Alt+v to stop" && wl-screenrec -g "$GEOMETRY" -f ~/videos/recording-$(date +"%Y-%m-%d_%H-%M-%S").mp4 & fi; fi