mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
34 lines
480 B
Plaintext
34 lines
480 B
Plaintext
{
|
|
|
|
"include": "~/.config/hypr/waybar/modules",
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "top",
|
|
"spacing": 3,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-top": 6,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"hyprland/workspaces",
|
|
],
|
|
"modules-center": [
|
|
"clock",
|
|
"custom/light_dark",
|
|
],
|
|
"modules-right": [
|
|
"backlight",
|
|
"keyboard-state",
|
|
"pulseaudio",
|
|
"bluetooth",
|
|
"network",
|
|
"battery",
|
|
],
|
|
|
|
|
|
} |