129 lines
3.7 KiB
Text
129 lines
3.7 KiB
Text
|
[
|
||
|
{
|
||
|
"layer": "top",
|
||
|
"output": "DP-1",
|
||
|
"position": "top",
|
||
|
"modules-left": ["wlr/taskbar"],
|
||
|
"modules-center": ["clock"],
|
||
|
"modules-right": ["temperature","cpu","memory","bluetooth","pulseaudio","network","custom/search","custom/poweroff"],
|
||
|
"fixed-center": true,
|
||
|
"spacing": 20,
|
||
|
"custom/poweroff":
|
||
|
{
|
||
|
"tooltip": false,
|
||
|
"format": "",
|
||
|
"on-click": "wlogout"
|
||
|
},
|
||
|
"custom/search":
|
||
|
{
|
||
|
"tooltip": false,
|
||
|
"format": "",
|
||
|
"on-click": "wofi --show drun"
|
||
|
},
|
||
|
"clock":
|
||
|
{
|
||
|
"interval": 60,
|
||
|
"format": "{:%a %H:%M %d-%m-%y}",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
"pulseaudio":
|
||
|
{
|
||
|
"format": "{icon} {volume}%",
|
||
|
"format-muted": "",
|
||
|
"format-icons":
|
||
|
{
|
||
|
"default": ""
|
||
|
},
|
||
|
"scroll-step": 1,
|
||
|
"on-click": "pavucontrol"
|
||
|
},
|
||
|
"network":
|
||
|
{
|
||
|
"interface": "enp24s0",
|
||
|
"format": "{ifname}",
|
||
|
"format-wifi": "{essid} ",
|
||
|
"format-ethernet": "",
|
||
|
"format-disconnected": "",
|
||
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||
|
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||
|
"tooltip-format-ethernet": "{ifname} {ipaddr} ",
|
||
|
"tooltip-format-disconnected": "Disconnected"
|
||
|
},
|
||
|
"bluetooth":
|
||
|
{
|
||
|
"format": "",
|
||
|
"format-connected": "",
|
||
|
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||
|
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||
|
"on-click": "blueman-manager"
|
||
|
},
|
||
|
"memory":
|
||
|
{
|
||
|
"interval": 30,
|
||
|
"format": " {}%"
|
||
|
},
|
||
|
"cpu":
|
||
|
{
|
||
|
"interval": 10,
|
||
|
"format": " {}%"
|
||
|
},
|
||
|
"temperature":
|
||
|
{
|
||
|
"format": " {temperatureC}°C"
|
||
|
},
|
||
|
"wlr/taskbar":
|
||
|
{
|
||
|
"format": "{icon}",
|
||
|
"icon-size": 20,
|
||
|
"icon-theme": "Numix-Circle",
|
||
|
"tooltip-format": "{title}",
|
||
|
"on-click": "activate",
|
||
|
"on-click-middle": "close"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"layer": "top",
|
||
|
"output": "DP-2",
|
||
|
"position": "top",
|
||
|
"modules-left": ["wlr/taskbar"],
|
||
|
"modules-center": ["clock"],
|
||
|
"modules-right": ["tray","custom/search","custom/poweroff"],
|
||
|
"fixed-center": true,
|
||
|
"spacing": 20,
|
||
|
"custom/poweroff":
|
||
|
{
|
||
|
"tooltip": false,
|
||
|
"format": "",
|
||
|
"on-click": "wlogout"
|
||
|
},
|
||
|
"custom/search":
|
||
|
{
|
||
|
"tooltip": false,
|
||
|
"format": "",
|
||
|
"on-click": "wofi --show drun"
|
||
|
},
|
||
|
"clock":
|
||
|
{
|
||
|
"interval": 60,
|
||
|
"format": "{:%a %H:%M %d-%m-%y}",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
"wlr/taskbar":
|
||
|
{
|
||
|
"format": "{icon}",
|
||
|
"icon-size": 20,
|
||
|
"icon-theme": "Numix-Circle",
|
||
|
"tooltip-format": "{title}",
|
||
|
"on-click": "activate",
|
||
|
"on-click-middle": "close"
|
||
|
},
|
||
|
"tray":
|
||
|
{
|
||
|
"icon-size": 20,
|
||
|
"show-passive-items": true,
|
||
|
"spacing": 10
|
||
|
}
|
||
|
}
|
||
|
]
|