Metadata-Version: 1.1
Name: powerline-status-i3
Version: 1.0.4
Summary: The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.
Home-page: https://github.com/ph111p/powerline
Author: Philip Wellnitz
Author-email: philipwellnitz@gmx.de
License: MIT
Download-URL: https://github.com/ph111p/powerline/archive/develop.zip
Description: Powerline
        =========
        
        This is a fork of Kim Silkebækken's (kim.silkebaekken+vim@gmail.com) powerline
        (https://github.com/powerline/powerline).
        
        **Powerline is a statusline plugin for vim, and provides statuslines and
        prompts for several other applications, including zsh, bash, tmux, IPython,
        Awesome, i3 and Qtile. However, this fork is designed to be used in particular
        as a replacement for i3's i3bar.**
        
        Features
        --------
        
        For general features, consult the documentation of the original powerline. These are
        the features that were added in this fork.
        
        * List all workspaces, _and icons of applications currently running on a workspace (using FontAwesome)_
        * More multi-monitor options for the workspace segment.
        * Enhanced battery segment, having the same features as the i3bar one. Further, this segment
          now works with multiple batteries.
        * Enhanced wifi segment to match i3bar's.
        * Added a volume segment.
        * Added GPMDP support in the player segment.
        
        Installation
        ------------
        
        The following Arch Linux packages should be installed:
        
        * i3 or i3-gaps
        * powerline-fonts-git
        * lemonbar-xft-git
        * ttf-font-awesome
        * wpa_actiond (wifi segment)
        * wireless_tools (wifi segment)
        
        
        Further, the following python packages enhance your powerline experience:
        
        * i3ipc (workspace segment)
        * iwlib (wifi segment)
        * pyalsaaudio (volume segment)
        
        If you have successfully installed all the previous packages, installing this fork becomes as easy
        as
        
              pip install powerline-status-i3
        
        To actually _use_ the powerline in your i3 setup, replace the following lines in your `.config/i3/config`
        
              bar {
                  status_command i3status
              }
        
        with these two lines (you may want to adjust the height and the font size):
        
              exec_always --no-startup-id pkill -f 'python .*powerline-lemonbar\.py'
              exec_always --no-startup-id sleep .1 && powerline-lemonbar.py --i3 --height 16 -- -b -f "DejaVu Sans Mono for Powerline-10" -f "FontAwesome-10"
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
