Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloscraveiro/i3status
My personal rice for i3-status' bar made with bash scripts
https://github.com/carloscraveiro/i3status
fedora i3 i3-gaps i3status i3wm sway
Last synced: 2 days ago
JSON representation
My personal rice for i3-status' bar made with bash scripts
- Host: GitHub
- URL: https://github.com/carloscraveiro/i3status
- Owner: CarlosCraveiro
- License: mit
- Created: 2022-09-19T01:53:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T01:59:04.000Z (about 2 years ago)
- Last Synced: 2023-03-06T01:36:13.519Z (over 1 year ago)
- Topics: fedora, i3, i3-gaps, i3status, i3wm, sway
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# i3 status bar
This is the code of my personal i3 bar, so feel free to fork, modify and adapt to your own taste and need.
It was inspired from @Tazeg's i3 status bar.It contains :
- public IP address
- local IP address
- Connection with FPGA (on/off) (using AlteraQuartus tools)
- disk usage
- memory usage
- CPU usage
- date and time
- weather
- volume information
- battery information
- log outPlease read the [i3-bar input protocol](https://i3wm.org/docs/i3bar-protocol.html) to understand the basics of how i3bar works.
## Install
In your `~/.config/i3/config` file, add the path to the script `mybar.sh` :
```bash
bar {
status_command exec /home/you/.config/i3status/mybar.sh
}
```
Replace `/home/you/` in this project with your home path.Copy the files from this `i3status` repository directory to `~/.config/i3status`.
Please, check and modify each script as it is given as an example working actually on Fedora-36 (You may not have/work work with FPGA, and you may want to adapt some specification)
Restart i3 : `MOD4+SHIFT+R`.
## Documentation
-
-
-
-