From b7dad365c8007263e91bf872c20dc011540567cd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 6 Feb 2012 23:56:33 +0100 Subject: PANEL: Don't show as many services --- .config/herbstluftwm/panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/herbstluftwm') diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 38c365f..54d8479 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -86,7 +86,7 @@ function print_mailboxes() { } function print_services() { - services=(emacs httpd mysqld dunst xbindkeys mpdscribble sshd mpd) + services=(emacs dunst xbindkeys sshd) servicetxt="" for j in "${services[@]}"; do servicetxt="$servicetxt$separator$(status $j)" -- cgit v1.2.3-54-g00ecf