dotfiles/bin/polybar/tray-sep.sh

4 lines
80 B
Bash
Executable file

#!/bin/bash
if [ ! -z "$TRAY" ] && [ "$TRAY" != "none" ]; then
echo "| "
fi