From 4d4f5f6b1028ff65322a2a783dcf4363ea25389c Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 24 Jul 2026 17:07:12 +0530 Subject: when you have when, why use a calender and a keybind of hide the navbar, is it called a nav bar? idk, hide the bar via keyboard ig --- hypr/wf-recorder/record.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hypr/wf-recorder') diff --git a/hypr/wf-recorder/record.sh b/hypr/wf-recorder/record.sh index 1c174d5..c828fee 100755 --- a/hypr/wf-recorder/record.sh +++ b/hypr/wf-recorder/record.sh @@ -4,10 +4,15 @@ if pgrep -x wf-recorder > /dev/null then # If recording, stop it - notify-send -h string:wf-recorder:record -t 1000 "Recording Stopped" && pkill wf-recorder + notify-send -h string:wf-recorder:record -t 1000 "Recording Stopped" + pkill wf-recorder else # If not recording, start it mkdir -p ~/Videos mkdir -p ~/Videos/Screencasts/ - notify-send -h string:wf-recorder:record -t 1000 "Recording Started" && wf-recorder -f ~/Videos/Screencasts/$(date '+%H%M%S-%d-%m-%Y').mp4 + notify-send -h string:wf-recorder:record -t 1000 "Recording Started" + wf-recorder \ + -f ~/Videos/Screencasts/$(date '+%H%M%S-%d-%m-%Y').mp4 \ + --audio --audio-device alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI3__sink.monitor + fi -- cgit v1.2.3