67 lines
1.7 KiB
Text
67 lines
1.7 KiB
Text
|
|
{
|
|||
|
|
"layer": "top",
|
|||
|
|
"position": "top",
|
|||
|
|
"height": 30,
|
|||
|
|
"spacing": 10,
|
|||
|
|
"modules-left": ["hyprland/workspaces"],
|
|||
|
|
"modules-center": ["clock", "custom/weather"],
|
|||
|
|
"modules-right": ["temperature#cpu", "temperature#gpu", "pulseaudio"],
|
|||
|
|
|
|||
|
|
"hyprland/workspaces": {
|
|||
|
|
"disable-scroll": true,
|
|||
|
|
"all-outputs": true,
|
|||
|
|
"format": "{icon}",
|
|||
|
|
"format-icons": {
|
|||
|
|
"1": "Ⅰ",
|
|||
|
|
"2": "Ⅱ",
|
|||
|
|
"3": "Ⅲ",
|
|||
|
|
"4": "Ⅳ",
|
|||
|
|
"5": "Ⅴ",
|
|||
|
|
"6": "Ⅵ",
|
|||
|
|
"7": "Ⅶ",
|
|||
|
|
"8": "Ⅷ",
|
|||
|
|
"9": "Ⅸ",
|
|||
|
|
"10": "Ⅹ"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"clock": {
|
|||
|
|
"format": "{:%I:%M %p}",
|
|||
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"custom/weather": {
|
|||
|
|
"format": "{}",
|
|||
|
|
"tooltip": true,
|
|||
|
|
"interval": 1800,
|
|||
|
|
"exec": "curl -s 'wttr.in/Three+Lakes+FL?format=%C+%t'",
|
|||
|
|
"on-click": "xdg-open https://wttr.in/Three+Lakes+FL"
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"temperature#cpu": {
|
|||
|
|
"critical-threshold": 80,
|
|||
|
|
"format": "CPU {temperatureC}°C",
|
|||
|
|
"tooltip": false
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"temperature#gpu": {
|
|||
|
|
"hwmon-path-abs": "/sys/class/hwmon/",
|
|||
|
|
"input-filename": "temp1_input",
|
|||
|
|
"hwmon-path": [
|
|||
|
|
"/sys/class/hwmon/hwmon1/temp1_input",
|
|||
|
|
"/sys/class/hwmon/hwmon2/temp1_input",
|
|||
|
|
"/sys/class/hwmon/hwmon3/temp1_input",
|
|||
|
|
"/sys/class/hwmon/hwmon4/temp1_input"
|
|||
|
|
],
|
|||
|
|
"critical-threshold": 85,
|
|||
|
|
"format": "GPU {temperatureC}°C",
|
|||
|
|
"tooltip": false
|
|||
|
|
},
|
|||
|
|
|
|||
|
|
"pulseaudio": {
|
|||
|
|
"format": "VOL {volume}%",
|
|||
|
|
"format-muted": "MUTED",
|
|||
|
|
"on-click": "pavucontrol"
|
|||
|
|
}
|
|||
|
|
}
|