59 lines
1.5 KiB
Text
59 lines
1.5 KiB
Text
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"modules-left": ["hyprland/workspaces"],
|
|
"modules-center": ["hyprland/window"],
|
|
"spacing":10,
|
|
//"modules-right": ["wireplumber", "battery", "clock", "tray"],
|
|
"modules-right": ["wireplumber", "tray"],
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"sort-by-name": true,
|
|
"format": " {icon} ",
|
|
"format-icons": {
|
|
"default": "",
|
|
"urgent": "",
|
|
"active": "",
|
|
},
|
|
},
|
|
"tray": {
|
|
"icon-size": 21,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"timezone": "Canada/Eastern",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format-alt": " {:%d/%m/%Y}",
|
|
"format": " {:%H:%M}"
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon}",
|
|
"format-charging": "",
|
|
"format-plugged": "",
|
|
"format-alt": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"wireplumber": {
|
|
"format": "{volume}% {icon}",
|
|
"format-muted": "",
|
|
"on-click": "qpwgraph",
|
|
"format-icons": ["", "", ""]
|
|
},
|
|
"hyprland/window": {
|
|
//"format": "👉 {title}",
|
|
//"rewrite": {
|
|
// "(.*) — LibreWolf": "🌎 $1",
|
|
// "(.*) - bash": "> [$1]"
|
|
//},
|
|
"separate-outputs": true
|
|
}
|
|
}
|