This website requires JavaScript.
Explore
Help
Register
Sign In
xstefen
/
al-skel
Archived
Watch
1
Star
0
Fork
0
You've already forked al-skel
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-09-01
. You can view files and clone it, but cannot push or open issues or pull requests.
ea01d6facd
al-skel
/
home
/
bin
/
toggle-polybar
9 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clean up configs, remove bashrc conflicting with bash
2017-12-01 00:21:33 -06:00
#!/usr/bin/env bash
if pgrep -x polybar >/dev/null; then
pkill polybar
else
Move startpage out of user-skel, update user scripts
2017-12-05 21:50:28 -06:00
start-polybar
Clean up configs, remove bashrc conflicting with bash
2017-12-01 00:21:33 -06:00
fi
Reference in New Issue
Copy Permalink