6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
export DISPLAY=:0
|
||
|
|
||
|
exec 2>&1
|
||
|
polybar primary
|