further configure hyprland

This commit is contained in:
Johannes Knopp
2025-09-07 20:17:11 +02:00
parent 465634d8bf
commit ee6855f2ce
13 changed files with 352 additions and 2496 deletions

View File

@ -2,13 +2,17 @@
"layer": "top",
"position": "top",
"exclusive": true, // keep the gap reserved
"margin-top": 8, // gap from the top edge
"margin-left": 10, // gap from the left edge
"margin-right": 10, // gap from the right edge
"margin-bottom": 0,
/* order: 1-2-3 | window-title | tray + clock */
"modules-left": [ "custom/page1", "custom/page2", "custom/page3", "custom/page4","custom/page5","custom/page6","custom/page7","custom/page8","custom/page9","custom/page10"],
"modules-center": [ "hyprland/window" ],
"modules-right": [ "tray", "custom/separator", "network", "bluetooth", "custom/separator", "disk", "cpu", "memory", "pulseaudio", "custom/separator", "clock"],
/* three persistent page buttons */
"custom/page1": {
"exec": "~/.config/waybar/scripts/page.sh 1",
"exec-persistent": true,