diff options
Diffstat (limited to 'config.jsonc')
| -rw-r--r-- | config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.jsonc b/config.jsonc index 1d94a39..58944aa 100644 --- a/config.jsonc +++ b/config.jsonc @@ -16,7 +16,6 @@ "include": [ "$HOME/.config/waybar-udt/modules/clock.jsonc", "$HOME/.config/waybar-udt/modules/custom/vmdot.jsonc", - "$HOME/.config/waybar-udt/modules/image/launcher.jsonc", "$HOME/.config/waybar-udt/modules/custom/privacy_dots.jsonc", "$HOME/.config/waybar-udt/modules/custom/mail.jsonc", "$HOME/.config/waybar-udt/modules/image/volume.jsonc", @@ -30,9 +29,6 @@ "clock#time", "custom/vmdot" ], - "modules-center": [ - "image#launcher" - ], "modules-right": [ "custom/privacy_dots", "custom/mail", @@ -55,12 +51,16 @@ { "include": [ "$HOME/.config/waybar-udt/modules/hyprland/workspaces.jsonc", + "$HOME/.config/waybar-udt/modules/image/launcher.jsonc", "$HOME/.config/waybar-udt/modules/extras/taskbar.jsonc", ], "modules-left": [ "hyprland/workspaces" ], + "modules-center": [ + "image#launcher" + ], "modules-right": [ "wlr/taskbar" ], |
