5 lines
96 B
Bash
5 lines
96 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
polybar top >>/tmp/bar-top.log 2>&1 &
|
||
|
|
polybar bottom >>/tmp/bar-bottom.log 2>&1 &
|