Files
dotfiles/waybar/config.jsonc
T
Jake Pullen 6f35411baf chore: 🧹
Just Tidying
2025-05-17 14:33:39 +01:00

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"],
}