Compare commits

..

2 Commits

Author SHA1 Message Date
Trag Date
1e3eb998b5
Merge de8b25170dfa3c23b316978c5791ba3ef045e915 into 031938a792ac3107a512e89504929ef9e3e8ed6a 2023-11-10 03:44:20 -06:00
Dominik
031938a792
Update dmenurecord (#1370) 2023-11-04 12:33:18 +00:00

View File

@ -9,7 +9,7 @@
#
# If there is already a running instance, user will be prompted to end it.
getdim() { xrandr | sed -n "s/\s*\([0-9]\+x[0-9]\+\).*\*.*/\1/p" ;}
getdim() { xrandr | grep -oP '(?<=current ).*(?=,)' | tr -d ' ' ;}
updateicon() { \
echo "$1" > /tmp/recordingicon