74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
{
|
|
"layer": "bottom",
|
|
"position": "top",
|
|
"height": 38,
|
|
"spacing": 0,
|
|
"modules-left": ["clock", "niri/workspaces"],
|
|
"modules-center": [ ],
|
|
"modules-right": [
|
|
"network",
|
|
"custom/separator",
|
|
"cpu",
|
|
"custom/separator",
|
|
"memory",
|
|
"custom/separator",
|
|
"custom/notification",
|
|
"custom/separator",
|
|
"pulseaudio",
|
|
"custom/separator",
|
|
"tray"
|
|
],
|
|
|
|
"tray": {
|
|
"spacing": 10,
|
|
"show-passive-items": true
|
|
},
|
|
|
|
"custom/keyboard-layout": {
|
|
"interval": 1,
|
|
"exec": "hyprctl devices -j | jq -r '.keyboards[] | .active_keymap' | head -n1 | cut -c1-2 | tr 'a-z' 'A-Z'"
|
|
},
|
|
|
|
"custom/separator": {
|
|
"format": "|",
|
|
"interval": "once",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/notification": {
|
|
"on-click": "swaync-client -t",
|
|
"format": "♥"
|
|
},
|
|
|
|
"cpu": {
|
|
"interval": 5,
|
|
"format": "CPU: {usage}% {avg_frequency} GHz"
|
|
},
|
|
|
|
"memory": {
|
|
"interval": 5,
|
|
"format": "RAM: {used} GiB"
|
|
},
|
|
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": " Muted",
|
|
"format-icons": ["", "", ""]
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%d.%m.%Y | %H:%M}"
|
|
},
|
|
|
|
"network": {
|
|
"interval": 1,
|
|
"format": "{ifname}",
|
|
"format-wifi": " {signalStrength}% {bandwidthDownBytes} {bandwidthUpBytes} {ipaddr} {essid}",
|
|
"format-disconnected": "No Connection",
|
|
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes} {ipaddr}"
|
|
}
|
|
|
|
|
|
}
|