feat: print scheme command

Generates and prints a scheme for an image (or the current wallpaper if not given)
Also record use hevc codec
This commit is contained in:
2 * r + 2 * t
2025-05-05 13:36:01 +10:00
parent bb83c57308
commit 7fa09fa52f
4 changed files with 53 additions and 11 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ else
# No hardware accel
set -q _flag_n && set -l hwaccel --no-hw
wl-screenrec $region $audio $hwaccel -f $recording_path & disown
wl-screenrec $region $audio $hwaccel --codec hevc -f $recording_path & disown
notify-send 'Recording started' 'Recording...' -i 'video-x-generic' -a 'caelestia-record' -p > $notif_id_path
end