116 lines
2.8 KiB
Text
116 lines
2.8 KiB
Text
{
|
|
"position": "top",
|
|
"layer": "bottom",
|
|
"height": 20,
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
"hyprland/window"
|
|
],
|
|
"modules-center": [
|
|
"privacy"
|
|
],
|
|
"modules-right": [
|
|
"network",
|
|
"idle_inhibitor",
|
|
"group/hardware",
|
|
"pulseaudio",
|
|
"clock",
|
|
"tray"
|
|
],
|
|
"group/hardware": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"temperature",
|
|
"cpu",
|
|
"memory",
|
|
"battery"
|
|
]
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "\uf06e",
|
|
"deactivated": "\uf070"
|
|
}
|
|
},
|
|
"privacy": {
|
|
"modules": [
|
|
{
|
|
"type": "screenshare",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-out",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-in",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
}
|
|
]
|
|
},
|
|
"network": {
|
|
"format-wifi": "\uf1eb {ipaddr}/{cidr} ({essid} {signalStrength}%)",
|
|
"format-ethernet": "\udb81\udef3 {ipaddr}/{cidr}",
|
|
"format-linked": "\udb81\udef3 No IP",
|
|
"format-disconnected": "\udb80\udd5b Disconnected",
|
|
"tooltip-format": "{ifname} via {gwaddr}"
|
|
},
|
|
"temperature": {
|
|
"thermal-zone": 9,
|
|
"format": "\uf2c9 {temperatureC}\u00b0C"
|
|
},
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": "\uec19 {}%",
|
|
"max-length": 10
|
|
},
|
|
"memory": {
|
|
"interval": 30,
|
|
"format": "\uf0c9 {}%",
|
|
"max-length": 10
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "\uf466",
|
|
"format-icons": {
|
|
"default": [
|
|
"\uf026",
|
|
"\uf027",
|
|
"\uf028"
|
|
]
|
|
},
|
|
"on-click": "pavucontrol",
|
|
"reverse-scrolling": true
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-warning": "{icon} {capacity}%",
|
|
"format-critical": "{icon} {capacity}%",
|
|
"format-charging": "\uf1e6 {capacity}%",
|
|
"format-alt": "{icon} {time}",
|
|
"format-full": "{capacity}%",
|
|
"format-icons": [
|
|
"\uf244",
|
|
"\uf243",
|
|
"\uf242",
|
|
"\uf241",
|
|
"\uf240"
|
|
],
|
|
"tooltip-format": "{time}"
|
|
},
|
|
"clock": {
|
|
"format": "\uf017 {:%Y-%m-%d W%V %H:%M}",
|
|
"tooltip-format": "{calendar}"
|
|
},
|
|
"tray": {
|
|
"spacing": 10
|
|
}
|
|
}
|