diff options
Diffstat (limited to 'i3blocks-screencast.sh')
-rwxr-xr-x | i3blocks-screencast.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3blocks-screencast.sh b/i3blocks-screencast.sh new file mode 100755 index 0000000..c9b7d21 --- /dev/null +++ b/i3blocks-screencast.sh @@ -0,0 +1,3 @@ +#!/bin/sh +icon= +[ -f /tmp/cast.mkv ] && printf "$icon\n" || printf "\n" |