32 lines
730 B
Text
32 lines
730 B
Text
{
|
|
"layer":"top",
|
|
"position":"top",
|
|
"modules-left":["hyprland/workspaces"],
|
|
"modules-center":["hyprland/window"],
|
|
"modules-right":["wireplumber","battery","clock"],
|
|
"battery":{
|
|
"format":"{capacity}% {icon}",
|
|
"format-icons": ["", "", "", "", ""],
|
|
},
|
|
"clock": {
|
|
"format":"{:%H:%M}",
|
|
"format-alt": "{:%Y-%m-%d %H:%M}"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
}
|
|
},
|
|
"wireplumber": {
|
|
"format":"{volume}% {icon}",
|
|
"format-muted": "",
|
|
"scroll-step": 1,
|
|
"on-click":"qpwgraph",
|
|
"format-icons": ["", "", ""],
|
|
"tooltip":true,
|
|
"tooltip-format": "{volume}%"
|
|
}
|
|
}
|
|
|