Compare commits
No commits in common. "15f2cc0a29805061db16cf870a452e16777da8c5" and "6467711bdcb90c9a6b4c598d2c4b26013fb3a52d" have entirely different histories.
15f2cc0a29
...
6467711bdc
1 changed files with 11 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"margin-bottom": 10,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "hyprland/window"],
|
||||
"modules-left": ["wlr/workspaces", "hyprland/language", "keyboard-state", "hyprland/submap", "mpd", "hyprland/window"],
|
||||
"modules-center": ["tray", "custom/notifications", "clock"],
|
||||
"modules-right": ["network", "pulseaudio#output", "pulseaudio#input", "temperature", "cpu", "memory"],
|
||||
"wlr/workspaces": {
|
||||
|
@ -25,6 +25,16 @@
|
|||
"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