This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.config/waybar/media.sh
2021-02-13 19:28:59 +03:00

10 lines
152 B
Bash
Executable file

#!/bin/sh
DIRECTORY="/run/media/$USER"
if [ -d "$DIRECTORY" ]
then
[ "$(/usr/bin/ls -A "$DIRECTORY")" ] && echo "禍 " || echo ""
else
echo ""
fi