home/config/waybar/config
2021-01-07 20:52:50 +01:00

83 lines
1.7 KiB
Plaintext

[
{
"layer": "bottom",
"position": "bottom",
"margin-right": 5,
"margin-left": 5,
"margin-bottom": 5,
"modules-left": [
"sway/workspaces"
],
"modules-center": [],
"modules-right": [
"disk#1",
"disk#2",
"network",
"cpu",
"memory",
"pulseaudio",
"custom/multimedia_previous",
"custom/multimedia_current",
"custom/multimedia_next",
"clock",
"tray"
],
"disk#1": {
"interval": 60,
"format": " {percentage_used:2}%",
"path": "/"
},
"disk#2": {
"interval": 60,
"format": " {percentage_used:2}%",
"path": "/home"
},
"network": {
"interface": "eno2",
"format": " {ipaddr}",
"format-disconnected": "-"
},
"cpu": {
"format": " {load}%"
},
"memory": {
"format": " {percentage}%"
},
"pulseaudio": {
"format": "♪ {volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", ""]
},
"scroll-step": 5,
"on-click": "pavucontrol"
},
"custom/multimedia_previous": {
"format": "",
"on-click": "~/Bin/music.sh Previous"
},
"custom/multimedia_current": {
"interval": 10,
"exec": "~/Bin/nowPlaying.sh",
"on-click": "~/Bin/music.sh PlayPause",
},
"custom/multimedia_next": {
"format": "",
"on-click": "~/Bin/music.sh Next"
},
"clock": {
"format": "{:%d/%m %H:%M}"
},
"tray": {
"spacing": 10
}
}
]