72 lines
1.3 KiB
Plaintext
Executable File
72 lines
1.3 KiB
Plaintext
Executable File
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 26,
|
|
"spacing": 3,
|
|
"modules-left": [
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"wireplumber",
|
|
"group/bat",
|
|
"group/net"
|
|
],
|
|
"group/bat": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"battery"
|
|
]
|
|
},
|
|
"group/net": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"network"
|
|
]
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{name}",
|
|
"sort-by-number": true,
|
|
"persistent-workspaces": {}
|
|
},
|
|
"clock": {
|
|
"format": "{:%d.%m.%Y | %H:%M:%S}",
|
|
"interval": 1
|
|
},
|
|
"wireplumber": {
|
|
"format": "\udb81\udd7e {volume}%",
|
|
"max-volume": 100,
|
|
"scroll-step": 5
|
|
},
|
|
"battery": {
|
|
"bat": "BAT0",
|
|
"interval": 60,
|
|
"format": "{icon} {capacity}%",
|
|
"format-icons": [
|
|
"\uf244",
|
|
"\uf243",
|
|
"\uf242",
|
|
"\uf241",
|
|
"\uf240"
|
|
]
|
|
},
|
|
"network": {
|
|
"format": "",
|
|
"format-ethernet": "\udb83\udc9d ",
|
|
"format-wifi": "{icon} ",
|
|
"format-disconnected": "\udb83\udc9c ",
|
|
"format-icons": [
|
|
"\udb82\udd2f",
|
|
"\udb82\udd1f",
|
|
"\udb82\udd22",
|
|
"\udb82\udd25",
|
|
"\udb82\udd28"
|
|
],
|
|
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
|
"tooltip-format-ethernet": "{ifname}",
|
|
"tooltip-format-disconnected": "Disconnected"
|
|
}
|
|
}
|