stygio/.config/waybar/config.jsonc

90 lines
1.3 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":["mpd","wireplumber","cpu","temperature","memory","disk","network","battery","tray","clock"],
// Left modules
"river/tags": {
"num-tags": 9,
"tag-labels": [
"",
"󰈹",
"",
"󰌳",
"",
"",
"󰄯",
"󰄯",
"󰄯"
]
},
// Right modules
"mpd": {
},
"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": {
},
"tray": {
},
"clock": {
"format": "{:%OI:%M %p}"
}
// Any custom modules go below here
}