https://github.com/bramkok/i3-bash-status
i3status in bash
https://github.com/bramkok/i3-bash-status
bash i3 i3status i3wm shell
Last synced: about 2 months ago
JSON representation
i3status in bash
- Host: GitHub
- URL: https://github.com/bramkok/i3-bash-status
- Owner: bramkok
- Created: 2017-11-05T01:02:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T13:00:02.000Z (about 8 years ago)
- Last Synced: 2025-10-29T20:53:53.403Z (8 months ago)
- Topics: bash, i3, i3status, i3wm, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3-bash-status
> BASH scripted i3 status
## Related
https://github.com/i3/i3/blob/next/contrib/trivial-bar-script.sh
## Development
```
killall i3bar ; echo "" > i3bar.bar-0.log; for c in $(i3-msg -t get_bar_config | python -c \
'import json,sys;print("\n".join(json.load(sys.stdin)))'); do \
(i3bar --bar_id=$c >i3bar.$c.log 2>&1) & \
done;
```