All Projects → Tazeg → i3status

Tazeg / i3status

Licence: MIT license
Simple status bar for i3 / i3-gaps / sway written in bash and python

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to i3status

dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-71.01%)
Mutual labels:  i3, sway, i3wm, i3-gaps, swaywm
kitti3
Kitty drop-down service for sway & i3wm
Stars: ✭ 73 (+5.8%)
Mutual labels:  i3, sway, i3wm, swaywm
swayinfo
Some goodies for use in Sway and i3 wm
Stars: ✭ 30 (-56.52%)
Mutual labels:  i3, sway, i3wm, swaywm
sway-alttab
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Stars: ✭ 36 (-47.83%)
Mutual labels:  i3, sway, i3wm, swaywm
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-20.29%)
Mutual labels:  i3, i3wm, i3-gaps
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+20.29%)
Mutual labels:  i3, i3wm, i3-gaps
I3 And Kde Plasma
How to install the i3 window manager on KDE
Stars: ✭ 279 (+304.35%)
Mutual labels:  i3, i3wm, i3-gaps
I3 Config
I3-gaps configuration
Stars: ✭ 67 (-2.9%)
Mutual labels:  i3, i3wm, i3-gaps
i3-create-config
Script to create an i3 config from multiple files.
Stars: ✭ 27 (-60.87%)
Mutual labels:  i3, i3wm, i3-gaps
I3
A fork of the i3 window manager with gaps and some other features
Stars: ✭ 5,512 (+7888.41%)
Mutual labels:  i3, i3wm, i3-gaps
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-50.72%)
Mutual labels:  i3, i3wm, i3-gaps
Autotiling
Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
Stars: ✭ 243 (+252.17%)
Mutual labels:  i3, i3wm, i3-gaps
i3blocks-modules
Custom modules for i3blocks status bar
Stars: ✭ 36 (-47.83%)
Mutual labels:  i3bar, i3, i3wm
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+950.72%)
Mutual labels:  i3, i3wm, i3-gaps
I3 Gaps Deb
Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
Stars: ✭ 236 (+242.03%)
Mutual labels:  i3, i3wm, i3-gaps
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (-56.52%)
Mutual labels:  i3bar, i3, i3wm
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (-28.99%)
Mutual labels:  sway, swaywm
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-49.28%)
Mutual labels:  i3, i3wm
i3-wm-gruvbox-theme
An i3-wm gruvbox theme implementation
Stars: ✭ 229 (+231.88%)
Mutual labels:  i3, i3wm
Vanilla
frantic1048's grimoire
Stars: ✭ 19 (-72.46%)
Mutual labels:  i3wm, swaywm

i3 status bar

This is a sample code to help you to build your personal i3 bar.

i3status

It comes with :

  • public IP address
  • local IP address
  • crypto-currencies
  • VPN on/off (sample with ProtonVPN)
  • disk usage
  • memory usage
  • CPU usage
  • date and time
  • weather
  • volume information
  • battery information
  • log out

Please read Create your own i3/sway status bar with some bash and python.

Install

In your ~/.config/i3/config file, add the path to the script mybar.sh :

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, read and modify each script !

  • it is given as an example. You may not have ProtonVPN. You need to set you city for the weather informations...
  • Replace /home/you/ with your home path in the mybar.sh file.
  • if you get errors, try to run each bash and python script separately.

Restart i3 : MOD4+SHIFT+R.

You may also need to install, i.e. for Arch Linux :

yay -S pamixer # for volume information
yay -S pacman-contrib # for checkupdates, to count available packages
yay -S ttf-font-awesome # for icons
yay -S alsa-utils # for alsamixer (sound volume)
pip3 install psutil --user # for cpu, memory, disk usage

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].