From 8940cbb00d4b3575cc34d29252080850516f10f9 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 7 Jan 2024 12:33:55 +0100 Subject: [PATCH] waybar: update for using wlsunset --- config/waybar/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/waybar/config b/config/waybar/config index 875c7b08..8a484679 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -6,7 +6,8 @@ // "width": 1280, // Waybar width "spacing": -8, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["hyprland/workspaces", "custom/spacer", "custom/gammarelay-temperature", "custom/gammarelay-gamma", "custom/gammarelay-brightness", "mpd"], +// "modules-left": ["hyprland/workspaces", "custom/spacer", "custom/gammarelay-temperature", "custom/gammarelay-gamma", "custom/gammarelay-brightness", "mpd"], + "modules-left": ["hyprland/workspaces", "custom/spacer", "mpd"], "modules-center": ["hyprland/window"], "margin": "0", "modules-right": ["keyboard-state", "cpu", "memory", "temperature#temp2", "temperature", "pulseaudio", "clock", "tray", "idle_inhibitor", "custom/wallpaper", "custom/powermenu"], -- 2.51.2