Files
dotfiles/.i3/lemonbar/set_mode.sh
2019-07-09 22:06:48 +02:00

6 lines
98 B
Bash
Executable File

#!/bin/bash
if [[ -p /tmp/i3_lemonbar2_$USER ]]; then
echo "$@" > /tmp/i3_lemonbar2_$USER
fi