forked from akrutzler/plasma-audio-device-switcher
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging all unmerged pull requests from OG
- Loading branch information
1 parent
68f1f34
commit 2cda18a
Showing
4 changed files
with
102 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Desktop Entry] | ||
Name=Audio Device Switcher | ||
Name=Audio Device Switcher Enhanced | ||
Comment=Simple widget to change the default audio output device/sink | ||
|
||
Icon=org.kde.plasma.volume | ||
|
@@ -9,11 +9,11 @@ X-KDE-ServiceTypes=Plasma/Applet | |
X-Plasma-API=declarativeappletscript | ||
X-Plasma-MainScript=ui/main.qml | ||
|
||
X-KDE-PluginInfo-Name=org.kde.plasma.audiodeviceswitcher | ||
X-KDE-PluginInfo-Name=org.kde.plasma.audiodeviceswitcherenhanced | ||
X-KDE-PluginInfo-Category=Multimedia | ||
X-KDE-PluginInfo-Author=Andreas Krutzler | ||
X-KDE-PluginInfo-Email=[email protected] | ||
X-KDE-PluginInfo-Version=0.3.0 | ||
X-KDE-PluginInfo-Author=Jules Luzy-Riopel (inspired by Andreas Krutzler original version https://github.com/akrutzler/plasma-audio-device-switcher) | ||
X-KDE-PluginInfo-Email=[email protected] | ||
X-KDE-PluginInfo-Version=0.4.0 | ||
X-KDE-PluginInfo-Website=https://github.com/akrutzler/plasma-audio-device-switcher | ||
X-KDE-PluginInfo-License=GPL | ||
X-KDE-PluginInfo-EnabledByDefault=true |