.config -- adds hyprland files

This commit is contained in:
2025-12-21 13:02:04 -03:00
commit 8598c6b614
12 changed files with 844 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"layer": "top",
"position": "top",
"mod": "dock",
"exclusive": true,
"passthrough": false,
"gtk-layer-shell": true,
"include": [
"~/.config/waybar/modules.jsonc"
],
"modules-left": [
"custom/media",
"hyprland/window"
],
"modules-center": [
"clock",
"tray",
"custom/swaync"
],
"modules-right": [
"hyprland/workspaces"
],
// Group Hardware
"group/hardware": {
"orientation": "horizontal",
"modules": [
"custom/wl-gammarelay-temperature",
"backlight"
]
}
}