mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Compare commits
2 Commits
bea65ef0cb
...
906ec9935d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
906ec9935d | ||
|
|
031938a792 |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user