Skip to content

Instantly share code, notes, and snippets.

View pfr-dev's full-sized avatar
💭
woof

Dave pfr-dev

💭
woof
View GitHub Profile
@jophish
jophish / panel.sh
Created September 10, 2020 19:06
lemonbar script
#!/bin/bash
# todo: fontello icons
# disable path name expansion or * will be expanded in the line
# cmd=( $line )
if [ $(pgrep -cx lemonbar) -gt 0 ] ; then
printf "%s\n" "The panel is already running." >&2
exit 1