// vim: ft=jsonc
// -*- mode: jsonc -*-
{
"output": "DP-1",
"position": "bottom",
"height": 34,
"spacing": 0,
// Choose the order of the modules
"modules-left": [
"hyprland/workspaces",
],
"modules-center": [
],
"modules-right": [
"tray",
"cpu",
"memory",
"clock"
],
// Modules configuration
"hyprland/workspaces": {
"format": "{name}",
},
"tray": {
"icon-size": 24,
"spacing": 10
},
"clock": {
"interval": 1,
"format": "{:%H:%M:%S %Y-%m-%d}",
"tooltip-format": "{:%Y %B}\n{calendar}"
},
"cpu": {
"format": " {usage}%",
"tooltip": false
},
"memory": {
"format": " {}%"
}
}