Files
waybar-config/config.jsonc
2025-10-12 09:04:48 -05:00

28 lines
661 B
JSON

// -*- mode: jsonc -*-
{
"layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 16, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"hyprland/window"
],
"modules-right": [
"idle_inhibitor",
"network",
"cpu",
"memory",
"temperature",
"hyprland/language",
"battery",
"clock"
],
//Modules configuration
"include": [
"~/.config/waybar/modules.json"
]
}