
This also alias sxmobar to the old adapted script in case the dependency is missing. The api of sxmo_status.sh changed to be sxmobar compatible.
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Copyright 2022 Sxmo Contributors
|
|
|
|
sxmo_status_watch.sh -o pango | stdbuf -o0 tr '\n' '\0' | xargs -0 -n1 xsetroot -name
|