5 lines
57 B
Bash
Executable file
5 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
export DISPLAY=:0
|
|
|
|
exec 2>&1
|
|
polybar primary
|