From 577fbafc4de59700358a254e9c31145df669ab26 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:35:58 +0200 Subject: removed window title --- config/hyprland/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 006d22b..633decc 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,8 +1,8 @@ { "layer": "top", "modules-left": ["battery", "wlr/workspaces", "mpd"], - "modules-center": ["hyprland/window"], - "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "clock", "tray"], + "modules-center": ["clock"], + "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "wlr/workspaces": { "on-click": "activate", }, -- cgit v1.2.3