This commit is contained in:
coast 2025-09-26 03:16:35 +03:30
parent 13128c8842
commit 51eaee25e2

View file

@ -8,6 +8,7 @@
// Choose the order of the modules // Choose the order of the modules
"modules-left": [ "modules-left": [
"hyprland/workspaces", "hyprland/workspaces",
"custom/sep",
"hyprland/window", "hyprland/window",
], ],
@ -36,7 +37,6 @@
"7": "7", "7": "7",
"8": "8", "8": "8",
"9": "9", "9": "9",
"10": "10",
}, },
}, },
"hyprland/window" : { "hyprland/window" : {
@ -83,7 +83,7 @@
"format-disconnected": "Disconnected ⚠" "format-disconnected": "Disconnected ⚠"
}, },
"custom/sep": { "custom/sep": {
"format" : "|", "format" : " ",
"interval" : 0 "interval" : 0
} }
} }