flakes/cfg/winter/rin/scripts/polybar.sh

5 lines
96 B
Bash
Raw Normal View History

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