diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 00:52:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 00:52:05 +0900 |
| commit | 2515ab860da94ae212ea33b685a0d9c121c68a58 (patch) | |
| tree | 023d933dccdfaf32b8e843beeea401113fc39610 | |
| parent | e0bff6f6aebdbdd5ef8afd1413d05fb11d533abf (diff) | |
corrected indention on waybar-default
| -rw-r--r-- | config/waybar/configs/config-default | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index a9e480a3..e934c8bc 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -26,20 +26,20 @@ "custom/weather", ], - "modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], "modules-right": [ //"hyprland/window", |
