diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 8d89722..f4ffef4 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -248,15 +248,6 @@ if [ $PROFILE_IBUS -gt 0 ]; then fi section_end -# pulseaudio -section "pulseaudio" -if has_binary pulseaudio && pulseaudio --check; then - log "PulseAudio is active." -else - log "PulseAudio is inactive." -fi -section_end - # SSH agent section "ssh-agent" if [ $PROFILE_SSH_AGENT -gt 0 ]; then