Muh dotfiles
This commit is contained in:
7
.config/waybar/scripts/record.sh
Executable file
7
.config/waybar/scripts/record.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
VAR=$(pidof wl-screenrec | wc -w)
|
||||
if [ $VAR = 0 ]; then
|
||||
echo '-'
|
||||
else
|
||||
echo " $VAR"
|
||||
fi
|
Reference in New Issue
Block a user