Skip to content

Commit

Permalink
remove audio modules in favor of playerctl (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasers authored Jan 22, 2024
1 parent 50090b5 commit 4b7148f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 352 deletions.
12 changes: 12 additions & 0 deletions py3status/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,22 @@
"new": ["coin_market"],
"msg": "Module {old} is no longer available due to unmaintained APIs. You can try a different module {new}.",
},
"clementine": {
"new": ["playerctl"],
"msg": "Module {old} has been replaced with a module {new}.",
},
"gpmdp": {
"new": ["playerctl"],
"msg": "Module {old} has been replaced with a module {new}.",
},
"nvidia_temp": {
"new": ["nvidia_smi"],
"msg": "Module {old} has been replaced with a module {new}.",
},
"player_control": {
"new": ["playerctl"],
"msg": "Module {old} has been replaced with a module {new}.",
},
"scratchpad_async": {
"new": ["scratchpad"],
"msg": "Module {old} has been replaced with a consolidated module {new}.",
Expand Down
85 changes: 0 additions & 85 deletions py3status/modules/clementine.py

This file was deleted.

76 changes: 0 additions & 76 deletions py3status/modules/gpmdp.py

This file was deleted.

191 changes: 0 additions & 191 deletions py3status/modules/player_control.py

This file was deleted.

0 comments on commit 4b7148f

Please sign in to comment.