summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-07 19:35:58 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-07 19:35:58 +0200
commit577fbafc4de59700358a254e9c31145df669ab26 (patch)
treed3fac4a2143f28404309fce7c998937dc9b0ffda
parent25a509d2cbe8089cf1cde4a69f5f5f945c66ff27 (diff)
removed window title
-rw-r--r--config/hyprland/waybar/config.jsonc4
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",
},