chore: reinit

This commit is contained in:
Thiago Sposito 2025-08-25 22:42:48 -03:00
parent 095e9f4f6b
commit 3027322470
Signed by: thiago
GPG key ID: 3065EA73A976D430
29 changed files with 1215 additions and 528 deletions

View file

@ -0,0 +1,58 @@
{
"layer": "top",
"position": "right",
"exclusive": true,
"modules-left": [
"hyprland/workspaces",
"hyprland/window"
],
"modules-center": [
"clock",
"temperature"
],
"modules-right": [
"pulseaudio",
"battery",
"network",
"tray"
],
"clock": {
"format": "{:%d/%m %H:%M}",
"interval": 1
},
"temperature": {
"hwmon-path-abs": "/sys/class/hwmon/hwmon1/temp1_input",
"format": " {temperatureC}°C",
"critical-threshold": 90,
"format-icons": [
"",
"",
""
]
},
"battery": {
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ⚡",
"format-icons": [
"",
"",
"",
"",
""
]
},
"network": {
"format-wifi": " {essid}",
"format-ethernet": " {ipaddr}",
"format-disconnected": " "
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-muted": "",
"format-icons": [
"",
"",
""
]
}
}