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