A simple shell script that outputs status_commands according to the i3bar protocol
Important!!: This script is a template and some features are suited for my machine
- dunst
- cal
- pamixer
- datetime + calendar notification
- keyboard layout
- private ip
- disk usage
- volume
- battery
- wifi signal strength
- Install the script
$ sudo ./install.sh
- Include the script in your
i3.conf
:
bar {
# some other config
status_command i3genabar
# some other config
}