├── .gitignore ├── LICENSE.md ├── README.md ├── demo.gif └── init.lua /.gitignore: -------------------------------------------------------------------------------- 1 | /example.rc.lua 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut-ex/awesome-wm-slidebar/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut-ex/awesome-wm-slidebar/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut-ex/awesome-wm-slidebar/HEAD/demo.gif -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut-ex/awesome-wm-slidebar/HEAD/init.lua --------------------------------------------------------------------------------