flakes/users/rin/scripts/polybar.sh
2021-05-26 21:11:42 +07:00

4 lines
96 B
Bash
Executable file

#!/bin/sh
polybar top >>/tmp/bar-top.log 2>&1 &
polybar bottom >>/tmp/bar-bottom.log 2>&1 &