forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
swaylock --image /home/end/Pictures/ACE.jpg --clock --indicator --line-color cdd6f4ff --text-color cdd6f4ff --inside-color 1e1e2eff --ring-color 313244ff --line-ver-color cdd6f4ff --text-ver-color cdd6f4ff --inside-ver-color 1e1e2eff --ring-ver-color 313244ff --line-clear-color cdd6f4ff --text-clear-color cdd6f4ff --inside-clear-color 1e1e2eff --ring-clear-color 313244ff --line-clear-color cdd6f4ff --text-wrong-color 313244ff --inside-wrong-color f38ba8ff --ring-wrong-color 313244ff --key-hl-color cba6f7ff
|
||||
@@ -0,0 +1,11 @@
|
||||
#/usr/bin/bash
|
||||
|
||||
cd /home/end/Videos
|
||||
if ["$(pidof wf-recorder)" -ne ""]; then
|
||||
rm recording.mp4
|
||||
notify-send "wf-recorder" "Starting recording"
|
||||
wf-recorder --geometry "$(slurp)"
|
||||
else
|
||||
/usr/bin/kill --signal SIGINT wf-recorder
|
||||
notify-send "wf-recorder" "Recording Stopped"
|
||||
fi
|
||||
+1858
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user