Skip to content

Commit

Permalink
waybar music
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed Nov 3, 2024
1 parent 60c6226 commit 43b6f8c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion waybar/.config/waybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-center": ["mpris"],
"modules-right": [
"network",
"cpu",
Expand Down Expand Up @@ -66,6 +66,18 @@
"format": "{usage}% ",
"tooltip": false
},
"mpris": {
"format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": {
"default": "▶",
"mpv": "🎵"
},
"status-icons": {
"paused": "⏸"
},
// "ignored-players": ["firefox"]
},
"memory": {
"format": "{}% "
},
Expand Down

0 comments on commit 43b6f8c

Please sign in to comment.