All Projects → enkore → I3pystatus

enkore / I3pystatus

Licence: mit
A complete replacement for i3status

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to I3pystatus

ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (-80.1%)
Mutual labels:  i3
i3-dotfiles
My dotfiles used for i3 configuration
Stars: ✭ 20 (-95.2%)
Mutual labels:  i3
dotfiles
My dotfiles
Stars: ✭ 16 (-96.16%)
Mutual labels:  i3
dotfiles
There is no place like ~/
Stars: ✭ 19 (-95.44%)
Mutual labels:  i3
dotfiles
A collection of dotfiles for i3, polybar and more.
Stars: ✭ 25 (-94%)
Mutual labels:  i3
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-96.64%)
Mutual labels:  i3
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-96.4%)
Mutual labels:  i3
Rofimoji
An emoji and character picker for rofi 😁
Stars: ✭ 319 (-23.5%)
Mutual labels:  i3
Vimpressionist
🎨 Vim on steroids for keyboard lovers
Stars: ✭ 55 (-86.81%)
Mutual labels:  i3
i3-workspace-handler
Create i3 workspaces on the fly and call them by name
Stars: ✭ 23 (-94.48%)
Mutual labels:  i3
dotfiles
my linux dotfiles
Stars: ✭ 16 (-96.16%)
Mutual labels:  i3
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-96.16%)
Mutual labels:  i3
rofi-todo
📓 Minimal todo client for the rofi launcher
Stars: ✭ 20 (-95.2%)
Mutual labels:  i3
dots
🌀 my linux configuration
Stars: ✭ 66 (-84.17%)
Mutual labels:  i3
Corrupter
Simple image glitcher suitable for producing nice looking lockscreens
Stars: ✭ 276 (-33.81%)
Mutual labels:  i3
enact
Easy dual-monitor setup and hotplug support for minimalistic window managers
Stars: ✭ 76 (-81.77%)
Mutual labels:  i3
i3-create-config
Script to create an i3 config from multiple files.
Stars: ✭ 27 (-93.53%)
Mutual labels:  i3
Dotfiles
A collection of my personal dotfiles
Stars: ✭ 345 (-17.27%)
Mutual labels:  i3
I3 And Kde Plasma
How to install the i3 window manager on KDE
Stars: ✭ 279 (-33.09%)
Mutual labels:  i3
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-86.81%)
Mutual labels:  i3

i3pystatus

.. image:: https://travis-ci.org/enkore/i3pystatus.svg?branch=master :target: https://travis-ci.org/enkore/i3pystatus

.. image:: https://readthedocs.org/projects/i3pystatus/badge/?version=latest :target: https://i3pystatus.readthedocs.io/en/latest/?badge=latest

i3pystatus is a large collection of status modules compatible with i3bar from the i3 window manager.

:License: MIT :Python: 3.6+ :Governance: Patches that don't break the build (Travis or docs) are generally just merged. This is a "do-it-yourself" project, so to speak. :Releases: No further releases are planned. Install it from Git.

Installation

Supported Python versions i3pystatus requires Python 3.6 or newer and is not compatible with Python 2.x. Some modules require additional dependencies documented in the docs.

::

pip3 install git+https://github.com/enkore/i3pystatus.git

Documentation

All further user documentation has been moved here. <https://i3pystatus.readthedocs.io/>_

The changelog for old releases can be found here. <https://i3pystatus.readthedocs.io/en/latest/changelog.html>_

Contributors

A list of all contributors can be found in CONTRIBUTORS <https://github.com/enkore/i3pystatus/blob/master/CONTRIBUTORS>_, but git likely has more up-to-date information. i3pystatus was initially written by Jan Oliver Oelerich and later ported to Python 3 and mostly rewritten by enkore.

Contribute

To contribute a module, make sure it uses one of the Module classes. Most modules use IntervalModule, which just calls a function repeatedly in a specified interval.

The output attribute should be set to a dictionary which represents your modules output, the protocol is documented here <http://i3wm.org/docs/i3bar-protocol.html>_.

Developer documentation is available in the source code and here <https://i3pystatus.readthedocs.io/en/latest/module.html>_.

Patches and pull requests are very welcome :-)

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].