This website requires JavaScript.
Explore
Help
Sign in
ryuslash
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
72d40a0936
dotfiles
/
polybar
/
.config
/
herbstluftwm
/
autostart.d
/
polybar.sh
3 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Add config for rincewind’s polybar - Change some of the colors, because I’ve spent a little more time on this on rincewind than on data. - Add a script that will start polybar whenever herbstluftwm starts. - Rename [bar/drd] to [bar/data] to match the hostname of data.
2019-04-14 23:17:24 +02:00
#!/usr/bin/env bash
Automatically hide polybar if necessary xfreerdp doesn’t seem to play nice with Polybar, so hide Polybar whenever xfreerdp is focused.
2020-04-27 01:17:45 +02:00
pgrep polybar
||
{
autohide-polybar.sh
&&
polybar
"
$(
hostname
)
"
2> /dev/null
&
}
Reference in a new issue
Copy permalink