mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 20:02:50 +01:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"include": [
|
|
"~/.config/waybar/modules.jsonc"
|
|
],
|
|
"height": 20,
|
|
"margin-left": 3,
|
|
"margin-right": 3,
|
|
"margin-top": 3,
|
|
"margin-bottom": 3,
|
|
"modules-left": ["custom/junkyard", "hyprland/workspaces"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["tray", "custom/notification", "pulseaudio", "bluetooth", "network", "backlight", "battery"],
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 10
|
|
},
|
|
}
|