PANEL: Don't show as many services
This commit is contained in:
parent
6e999ca93d
commit
b7dad365c8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function print_mailboxes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function print_services() {
|
function print_services() {
|
||||||
services=(emacs httpd mysqld dunst xbindkeys mpdscribble sshd mpd)
|
services=(emacs dunst xbindkeys sshd)
|
||||||
servicetxt=""
|
servicetxt=""
|
||||||
for j in "${services[@]}"; do
|
for j in "${services[@]}"; do
|
||||||
servicetxt="$servicetxt$separator$(status $j)"
|
servicetxt="$servicetxt$separator$(status $j)"
|
||||||
|
|
Loading…
Reference in a new issue