Personal-NixOS-Configuration/modules/nixos/cspark-desktop-ewm/resources/home-manager/.config/waybar/config

69 lines
1.8 KiB
Plaintext

{
"layer": "top",
"position": "top",
"modules-left": ["cpu", "memory", "disk"],
"modules-center": ["clock"],
"modules-right": ["network", "pulseaudio", "tray", "battery"],
"clock": {
"format": "󱑒 {:%H:%M}",
"format-alt": "󱑒 {:%a %b %d}",
"tooltip": false
},
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 15
},
"bat":"BAT0",
"format": "{icon} {capacity}%",
"format-charging": "󰂄 {capacity}%",
"format-plugged": " {capacity}%",
"format-discharging": " {capacity}%",
"format-alt": "{icon} {time}",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format": "{ifname}",
"format-wifi": " {essid}",
"format-ethernet": " {ifname}",
"format-disconnected": " No Internet",
"tooltip-format-wifi": "{signalStrength}%",
"max-length": 20
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", ""]
},
"scroll-step": 1,
"on-click": "pavucontrol"
},
"tray": {
"spacing": 10
},
"memory": {
"interval": 10,
"format": " {}%",
"max-length": 10
},
"cpu": {
"interval": 10,
"format": " {}%",
"max-length": 10
},
"disk": {
"interval": 30,
"format": " {specific_free:0.2f} GB",
"unit": "GB"
}
}