100 lines
2 KiB
Text
100 lines
2 KiB
Text
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
|
|
"modules-left": [ "niri/workspaces" ],
|
|
"modules-right": [
|
|
"tray",
|
|
"idle_inhibitor",
|
|
"network#ethernet",
|
|
"network#wifi",
|
|
"battery#bat0",
|
|
"battery#bat1",
|
|
"wireplumber",
|
|
"clock"
|
|
],
|
|
|
|
"tray": {
|
|
"icon-size": 13,
|
|
"spacing": 8,
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
"tooltip": false,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": "",
|
|
},
|
|
},
|
|
|
|
"niri/workspaces": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"browser": "",
|
|
"work": "",
|
|
"games": "",
|
|
"media": "",
|
|
"chat": "",
|
|
"notes": "",
|
|
"default": "",
|
|
},
|
|
},
|
|
|
|
"network#ethernet": {
|
|
"interface": "enp0s31f6",
|
|
"tooltip": false,
|
|
"format": "",
|
|
"format-disconnected": "",
|
|
},
|
|
|
|
"network#wifi": {
|
|
"interface": "wlp3s0",
|
|
"tooltip": true,
|
|
"tooltip-format": "{essid}",
|
|
"format": "{icon}",
|
|
"format-disconnected": "",
|
|
"format-icons": [ "", "", "", "" ],
|
|
"on-click": "nm-connection-editor",
|
|
},
|
|
|
|
"clock": {
|
|
"tooltip": true,
|
|
"tooltip-format": "{:%A %d %B}",
|
|
"format": " {:%H:%M}",
|
|
},
|
|
|
|
"wireplumber": {
|
|
"on-click": "pavucontrol -t 3",
|
|
"tooltip": false,
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": [ "", "", "" ],
|
|
},
|
|
|
|
"battery#bat0": {
|
|
"bat": "BAT0",
|
|
"tooltip": true,
|
|
"tooltip-format": "BAT0: {capacity}%",
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15,
|
|
},
|
|
"format-icons": [ "","", "", "", "", "", "", "", "", "" ],
|
|
"format": "{icon}",
|
|
"format-charging": "",
|
|
},
|
|
|
|
"battery#bat1": {
|
|
"bat": "BAT1",
|
|
"tooltip": true,
|
|
"tooltip-format": "BAT1: {capacity}%",
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15,
|
|
},
|
|
"format-icons": [ "","", "", "", "", "", "", "", "", "" ],
|
|
"format": "{icon}",
|
|
"format-charging": "",
|
|
},
|
|
}
|