PolyBar_Autohide is a programs that implements autohide features for polybar and other status bars. PolyBar_Autohide is wm agnostic and bar agnostic, it should work with any wm and bar only on X11.
-
Clone the git repo in your home:
git clone https://github.com/arkeane/polybar_autohide.git ~/polybar_autohide
- Install dependencies:
libxdo-dev
from xdotool
- Install dependencies:
-
Make adjustments to the script directly from the source code
autohide.h
.-
To find the WM_CLASS of your bar you can use the
getwmclass.sh
script../getwmclass.sh
-
-
Compile the script with
make
or install it to/usr/bin/autohide
withmake install
-
Run the script with whatever kind of startup script you are using.
-
Uninstall with
make uninstall