scripts/tofi/power/↻ Reload Toolbar

7 lines
104 B
Bash
Executable File

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3 reload
else
${HOME}/scripts/sway/displays.pl -w
fi