Files
dotfiles/.config/waybar/config

208 lines
3.8 KiB
JSON

// -*- mode: json -*-
[
{
"layer": "middle",
"position": "top",
"modules-left": [
"sway/workspaces",
"custom/right-arrow-dark"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"custom/left-arrow-dark",
"pulseaudio",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"memory",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"cpu",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"disk",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#1",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#2",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"clock#3"
],
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"sway/workspaces": {
"disable-scroll": true,
"format": "{name}"
},
"clock#1": {
"format": "{:%a}",
"tooltip": false
},
"clock#2": {
"format": "{:%H:%M}",
"tooltip": false
},
"clock#3": {
"format": "{:%m-%d}",
"tooltip": false
},
"pulseaudio": {
"format": "SND {volume:2}%",
"format-bluetooth": "SND {volume}%",
"format-muted": "MUTE",
"scroll-step": 5,
"on-click": "pamixer -t",
"on-click-right": "pavucontrol"
},
"memory": {
"interval": 5,
"format": "Mem {}%"
},
"cpu": {
"interval": 5,
"format": "CPU {usage:2}%"
},
"disk": {
"interval": 5,
"format": "Disk {percentage_used:2}%",
"path": "/"
}
},
{
"layer": "bottom",
"position": "bottom",
"modules-left": [
"battery",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/temperature",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/hum",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pressure",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pm_25",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"custom/pm_10",
"custom/right-arrow-dark"
],
"modules-center": [
],
"modules-right": [
"custom/left-arrow-dark",
"custom/rsyncnet",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"tray"
],
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"custom/temperature": {
"format": "temp {}",
"return-type": "text",
"interval": 60,
"exec": "$HOME/.config/waybar/bin/sensor.sh temperature"
},
"custom/hum": {
"format": "wil {}",
"return-type": "text",
"interval": 60,
"exec": "$HOME/.config/waybar/bin/sensor.sh humidity"
},
"custom/pressure": {
"format": "ciś {}",
"return-type": "text",
"interval": 60,
"exec": "$HOME/.config/waybar/bin/sensor.sh air_pressure"
},
"custom/pm_25": {
"format": "pm2.5 {}",
"return-type": "text",
"interval": 60,
"exec": "$HOME/.config/waybar/bin/sensor.sh pm2_5"
},
"custom/pm_10": {
"format": "pm10 {}",
"return-type": "text",
"interval": 60,
"exec": "$HOME/.config/waybar/bin/sensor.sh pm10"
},
"custom/rsyncnet": {
"format": "{}",
"return-type": "text",
"interval": 60,
"exec": "cat /tmp/rsync.net"
},
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
]
},
"tray": {
"icon-size": 10,
"spacing": 6
}
}
]