mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 23:39:29 -05:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user