stygio/.config/waybar/config.jsonc

94 lines
1.5 KiB
JSON

{
// We'll need to make two different bars
"height": 15,
"position": "top",
"reload-style-on-change": true,
// List to modify
"modules-left":["river/tags"],
"modules-center": ["river/window"],
"modules-right":["wireplumber","cpu","temperature","memory","disk","network","battery","tray","clock"],
// Left modules
"river/tags": {
"num-tags": 9,
"tag-labels": [
"",
"",
"󰈹",
"󰌳",
"",
"",
"󰄯",
"󰄯",
"󰄯"
]
},
"wireplumber": {
"format": "{icon} {volume}%",
"format-muted": "󰖁 Muted",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click-right": "helvum",
"format-icons": ["󰕿", "󰖀", "󰕾"]
},
"cpu": {
"format": " {usage}%"
},
"memory": {
"format": " {}%"
},
"temperature": {
"format": "󱃃 {}󰔄 "
},
"disk": {
"format": " {}% free"
},
"network":{
"format-icons": [
"󰤟",
"󰤢",
"󰤥",
"󰤨"
],
"format-ethernet": "󱎔 {essid}",
"format-wifi": "{icon} {essid}",
"format-disconnected": " Disconnected"
},
"battery": {
"states": {
"normal": 40,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-icons": ["󰁹","󰂂","󰂁","󰂀","󰁿","󰁾","󰁽","󰁼","󰁻","󰁺"],
"max-length": 25
},
"tray": {
},
"clock": {
"format": "{:%OI:%M %p}"
}
// Any custom modules go below here
}