This commit is contained in:
iFargle 2023-08-17 13:26:26 +09:00
parent adb46f2db5
commit 7009104b23

View file

@ -12,12 +12,13 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"modules-left": [ "modules-left": [
"clock",
"hyprland/workspaces", "hyprland/workspaces",
"hyprland/submap", "hyprland/submap",
"hyprland/window" "hyprland/window"
], ],
"modules-center": [ "modules-center": [
"clock" "mpris"
], ],
"modules-right": [ "modules-right": [
"pulseaudio", "pulseaudio",
@ -29,6 +30,18 @@
"tray" "tray"
], ],
"mpris": {
"format": "DEFAULT: {player_icon} {dynamic}",
"format-paused": "DEFAULT: {status_icon} <i>{dynamic}</i>",
"player-icons": {
"default": "",
"mpv": "🎵"
},
"status-icons": {
"paused": ""
},
}
"hyprland/workspaces": { "hyprland/workspaces": {
"disable-scroll": false "disable-scroll": false
}, },
@ -134,7 +147,7 @@
"tray": { "tray": {
"tooltip": false, "tooltip": false,
"spacing": 5 "spacing": 5
}, }
''; '';
}; };