mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
# [[file:../../Desktop.org::*TSEP][TSEP:1]]
|
|
if [ ! -z "$TRAY" ] && [ "$TRAY" != "none" ]; then
|
|
echo "| "
|
|
fi
|
|
# TSEP:1 ends here
|