├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── README.md ├── autohide.h ├── autohide_aux.c ├── autohide_main.c └── getwmclass.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/README.md -------------------------------------------------------------------------------- /autohide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/autohide.h -------------------------------------------------------------------------------- /autohide_aux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/autohide_aux.c -------------------------------------------------------------------------------- /autohide_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/autohide_main.c -------------------------------------------------------------------------------- /getwmclass.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkeane/polybar_autohide/HEAD/getwmclass.sh --------------------------------------------------------------------------------