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