scripts/tofi/power/↻ Reload Toolbar

8 lines
140 B
Bash
Executable File

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3 reload
else
cd ${HOME}/scripts/sway
perl -Ilocal/lib/perl5/5.38.2 display.pl -w
fi