dotfiles/.config/bspwm/updatebar.sh

5 lines
84 B
Bash
Executable File

#!/bin/sh
if [ ! -z "$PANEL_FIFO" ]; then
printf '%s\n' "$1" > "$PANEL_FIFO"
fi