23 lines
382 B
JSON
23 lines
382 B
JSON
{
|
|
// Bar Options
|
|
"layer": "top",
|
|
"output": "DP-3",
|
|
"position": "left",
|
|
"margin": "5px",
|
|
// Placing Modules
|
|
"modules-left": [
|
|
"niri/workspaces"
|
|
],
|
|
"modules-center": [],
|
|
"modules-right": [
|
|
"clock"
|
|
],
|
|
// Module Configuration
|
|
"niri/workspaces": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"active": "",
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|