Skip to content

Little script I made that shows if my mic is muted or not for the KDE/Plasma command output widget.

Notifications You must be signed in to change notification settings

successtheman/kde-plasma-commandoutput-micmutecheckscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

KDE/Plasma Command Output Mic Mute Status Script

  • Little script I made that shows if my mic is muted or not for the KDE/Plasma command output widget.

This script assumes you are on Ubuntu 22.04.2, and use Pulseaudio/alsa. Any other configurations may or may not work, I have not tested them and won't be providing support for them.

Requires fontawesome package installed for the mic icons to show next to the text.

  • For Ubuntu the package is fonts-font-awesome but it may vary depending on your Linux distribution (if it's not that you will have to search around).

When unmuted it shows the unmuted icon to the left of the word "Unmuted" in green text.

image

When muted it shows the muted icon to the right of the word "Muted" in red text.

image


Extras

To add an action for when you left-click the command output widget to toggle mute for the mic, put this in a file and name it togglemicmute.sh

#/usr/bin/env bash

#toggle mic muted/unmuted state
qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "mic_mute"

Then add it in the command output configuration for the on click action by calling the script via this line

/bin/bash /locationofscript/togglemicmute.sh

Credits


NO SUPPORT WILL BE GIVEN. SCRIPT IS PROVIDED AS IS.

About

Little script I made that shows if my mic is muted or not for the KDE/Plasma command output widget.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages