Suppression du module mpd
This commit is contained in:
parent
c80b84c506
commit
2b90efa736
1 changed files with 1 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
"margin-bottom": 10,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "mpd", "hyprland/window"],
|
||||
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"],
|
||||
"modules-center": ["tray", "custom/notifications", "clock"],
|
||||
"modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"],
|
||||
"wlr/workspaces": {
|
||||
|
@ -25,16 +25,6 @@
|
|||
"on-click": "activate",
|
||||
"sort-by-number": true
|
||||
},
|
||||
"mpd": {
|
||||
"tooltip": false,
|
||||
"format": "{stateIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
|
||||
"format-disconnected": "ﳌ",
|
||||
"format-stopped": "",
|
||||
"state-icons": {
|
||||
"playing": "",
|
||||
"paused": ""
|
||||
}
|
||||
},
|
||||
"hyprland/submap": {
|
||||
"format": " {}"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue