7 lines
81 B
Text
7 lines
81 B
Text
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
|
||
|
PATH="$HOME/.local/libexec/statusbar:$PATH"
|
||
|
|
||
|
exec dwmblocks
|