polybar_autohide
polybar_autohide copied to clipboard
C script to autohide bars in X11
PolyBar_Autohide
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.
How to Install
-
Clone the git repo in your home:
git clone https://github.com/arkeane/polybar_autohide.git ~/polybar_autohide- Install dependencies:
libxdo-devfrom 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.shscript../getwmclass.sh
-
-
Compile the script with
makeor install it to/usr/bin/autohidewithmake install -
Run the script with whatever kind of startup script you are using.
-
Uninstall with
make uninstall