26 lines
363 B
Plaintext
26 lines
363 B
Plaintext
{
|
|
"include": "/home/sophron/.config/waybar/modules",
|
|
"position": "bottom",
|
|
"height": 27,
|
|
"width": 1325,
|
|
"spacing": 7,
|
|
"margin-bottom": 5,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"cpu",
|
|
"memory",
|
|
"hyprland/submap",
|
|
],
|
|
|
|
"modules-center": [
|
|
"hyprland/workspaces"
|
|
],
|
|
|
|
"modules-right": [
|
|
"pulseaudio",
|
|
"hyprland/language",
|
|
"clock"
|
|
],
|
|
}
|