Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 out

Please 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

-
-
-
-