mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
if nothing happens echo nothing
This commit is contained in:
parent
1f14871bef
commit
05194255f5
@ -3,5 +3,5 @@
|
||||
if [ "$(systemctl is-active bluetooth.service)" = "active" ]; then
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
echo ""
|
||||
fi
|
||||
|
@ -10,7 +10,7 @@ from gi.repository import Playerctl, GLib
|
||||
|
||||
MUSIC_ICON = ''
|
||||
PAUSE_ICON = ''
|
||||
PLAYER_CLOSED_ICON = 'ﱙ'
|
||||
PLAYER_CLOSED_ICON = ''
|
||||
|
||||
def listPlayers():
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user