Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
awesome-wm-widgets-streetturtle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hglawe
awesome-wm-widgets-streetturtle
Commits
de14c132
Unverified
Commit
de14c132
authored
4 years ago
by
mgabs
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into pr-213
parents
30199568
5dbfab72
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mpris-widget/init.lua
+1
-2
1 addition, 2 deletions
mpris-widget/init.lua
with
1 addition
and
2 deletions
mpris-widget/init.lua
+
1
−
2
View file @
de14c132
...
...
@@ -13,7 +13,7 @@ local wibox = require("wibox")
local
naughty
=
require
(
"naughty"
)
local
GET_MPD_CMD
=
"playerctl -f '{{status}};{{xesam:artist}};{{xesam:title}}' metadata"
"playerctl -f '{{status}};{{xesam:artist}};{{xesam:title}}
;{{mpris:artUrl}}
' metadata"
local
TOGGLE_MPD_CMD
=
"playerctl play-pause"
local
PAUSE_MPD_CMD
=
"playerctl pause"
...
...
@@ -27,7 +27,6 @@ local PLAY_ICON_NAME = PATH_TO_ICONS .. "/actions/24/player_play.png"
local
STOP_ICON_NAME
=
PATH_TO_ICONS
..
"/actions/24/player_stop.png"
local
LIBRARY_ICON_NAME
=
PATH_TO_ICONS
..
"/actions/24/music-library.png"
local
mpdarc_widget
=
{}
local
function
worker
(
args
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment