sway: minor updates
This commit is contained in:
parent
052ed0a192
commit
a55965ddcd
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# dependencies
|
||||
# apt install gir1.2-playerctl-2.0
|
||||
import argparse
|
||||
import logging
|
||||
import sys
|
||||
|
@ -11,6 +13,7 @@ from gi.repository import Playerctl, GLib
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
def write_output(text, player):
|
||||
logger.info('Writing output')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue