Metadata-Version: 1.0
Name: i3-workspace-names
Version: 0.2
Summary: Dynamically rename i3wm workspaces depending on windows
Home-page: https://gitlab.com/flib99/i3-workspace-names
Author: Josh Walls
Author-email: me@joshwalls.co.uk
License: GPL
Description: # i3-workspace-names
        
        [![pipeline status](https://gitlab.com/flib99/i3-workspace-names/badges/master/pipeline.svg)](https://gitlab.com/flib99/i3-workspace-names/commits/master)
        
        ## About
        
        `i3-workspace-names` dynamically changes the names of workspaces depending on what windows are open in them. Names of applications and keywords are replaced with icons from FontAwesome.
        
        ## Install
        
        Install from `pip`
        
        `pip install i3-workspace-names`
        
        ## Usage
        
            usage: i3-workspace-names [-h] [--copy-config] [-u]
        
            Dynamically change i3wm workspace names depending on windows
        
            optional arguments:
              -h, --help          show this help message and exit
              --copy-config       copy sample config to
                                  /home/$USER/.config/i3/icons.json
              -u, --update-icons  Update icon list from FontAwesome
        
        Copy default config to home directory. Icons will be downloaded on first run.
        
        Add this to your i3 config:
        
            exec_always --no-startup-id exec i3-workspace-names
        
Platform: UNKNOWN
