Skip to content

Instantly share code, notes, and snippets.

@Anachron
Created May 30, 2023 10:58
Show Gist options
  • Save Anachron/463cdeccfef54c1d88057bf072e8a506 to your computer and use it in GitHub Desktop.
Save Anachron/463cdeccfef54c1d88057bf072e8a506 to your computer and use it in GitHub Desktop.
zelbar issue
status-display (output):
%{r}%{A:status-notify tk}%{r}%{A:status-notify ml}%{r}%{A:status-notify ud}%{r}%{A:status-notify ps}
status-wrapper:
status-watcher | run-bar -m "0:10:0:10" | sh 2>&1 >/dev/null
status-watcher:
while :; do
...
rwc "${STATUS_DATA}" | while read _; do
status-display
done
sleep 1
done
...
run-bar:
...
exec zelbar -fn "RemixFixed:pixelsize=20,Overpass Mono:pixelsize=20" -g 0:30 -F "${fgc}" -B "${bgc}" "${@}"
@Anachron
Copy link
Author

Anachron commented Jun 1, 2023

Zelbar input for flickering:

%{c}%{A:status-notify wc} %{r}%{A:status-notify tk}%{r}%{A:status-notify ml}%{r}%{A:status-notify ud}%{r}%{A:status-notify ps} 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment