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
d51518fa00
dotfiles
/
polybar
/
.config
/
herbstluftwm
/
autostart.d
/
polybar.sh
3 lines
78 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
Fix formatting
2020-04-23 08:19:20 +02:00
pgrep polybar
||
{
polybar
"
$(
hostname
)
"
2> /dev/null
&
}
Reference in a new issue
Copy permalink