mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"position": "top",
|
|
"layer": "top",
|
|
"height": 14,
|
|
"margin-top": 0,
|
|
"margin-bottom": 0,
|
|
"margin-left": 0,
|
|
"margin-right": 0,
|
|
"include": [
|
|
"~/.config/waybar/modules/info.json",
|
|
"~/.config/waybar/modules/niri.json"
|
|
],
|
|
"modules-left": ["niri/workspaces", "niri/window"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": [
|
|
"niri/language",
|
|
"tray",
|
|
"battery",
|
|
"power-profiles-daemon",
|
|
"backlight",
|
|
"pulseaudio",
|
|
"network"
|
|
]
|
|
}
|