Test
This commit is contained in:
parent
adb46f2db5
commit
7009104b23
1 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
}
|
||||
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue