diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:58 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:58 +0200 |
commit | 577fbafc4de59700358a254e9c31145df669ab26 (patch) | |
tree | d3fac4a2143f28404309fce7c998937dc9b0ffda | |
parent | 25a509d2cbe8089cf1cde4a69f5f5f945c66ff27 (diff) |
removed window title
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 4 |
1 files 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", }, |