nixos-config/dotfiles/waybar/config.jsonc
2025-01-13 00:32:27 +03:00

92 lines
1.6 KiB
Text

{
"layer": "top",
"spacing": 0,
"height": 20,
"margin-top": 0,
"margin-right": 3,
"margin-bottom": 0,
"margin-left": 3,
"position": "top",
"modules-left": [
"niri/workspaces"
],
"modules-center": [
"niri/window"
],
"modules-right": [
"network",
"cpu",
"memory",
"battery",
"pulseaudio",
"tray",
"clock"
],
"disable-scroll": true,
"tray": {
"icon-size": 16,
"spacing": 8,
"tooltip": false
},
"clock": {
"format": "{:%a %d %b %H:%M}",
"tooltip": false
},
"cpu": {
"format": " {usage}%",
"interval": 2,
"states": {
"critical": 90
},
"on-click": "kitty btop"
},
"memory": {
"format": " {percentage}%",
"interval": 2,
"states": {
"critical": 80
},
"on-click": "kitty btop"
},
"battery": {
"format": "{icon} {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
],
"interval": 6,
"states": {
"warning": 30,
"critical": 10
},
"tooltip": false
},
"network": {
"format-wifi": "󰀂 {bandwidthDownBits}",
"format-ethernet": " {bandwidthDownBits}",
"format-disconnected": "󰲜",
"interval": 5,
"tooltip": false
},
"pulseaudio": {
"scroll-step": 1,
"max-volume": 100,
"format": "󰕾 {volume}%",
"format-bluetooth": "󱄠 {volume}%",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
},
"niri/window": {
"format": "{}",
"icon": true,
"icon-size": 16,
"rewrite": {
//"(.*) Mozilla Firefox": "🌎 $1",
//"(.*) - zsh": "> [$1]"
}
}
}