Initial commit.

This commit is contained in:
2025-10-12 09:04:48 -05:00
commit b0434f7756
3 changed files with 190 additions and 0 deletions

27
config.jsonc Normal file
View File

@@ -0,0 +1,27 @@
// -*- 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"
]
}