6f35411baf
Just Tidying
24 lines
455 B
JSON
Executable File
24 lines
455 B
JSON
Executable File
// -*- mode: jsonc -*-
|
|
{
|
|
"layer": "top", // Waybar at top layer
|
|
"position": "top", // Waybar position (top|bottom|left|right)
|
|
// Choose the order of the modules
|
|
"modules-left": [
|
|
"cpu",
|
|
"memory",
|
|
"mpris",
|
|
"hyprland/window",
|
|
],
|
|
"modules-center": [
|
|
"hyprland/workspaces",
|
|
],
|
|
"modules-right": [
|
|
"pulseaudio",
|
|
"network",
|
|
"clock"
|
|
],
|
|
//Modules configuration
|
|
|
|
"include": ["~/.config/waybar/modules.json"],
|
|
}
|