From e3002d49ad2f156acd5e0b0113cde705b6981b38 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 1 Jun 2026 20:36:04 +0100 Subject: [PATCH] fix(waybar): ensure update module is visible in summer-night theme --- features/desktop/waybar/themes/summer-night/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/desktop/waybar/themes/summer-night/config.jsonc b/features/desktop/waybar/themes/summer-night/config.jsonc index 257b4af..b875b63 100644 --- a/features/desktop/waybar/themes/summer-night/config.jsonc +++ b/features/desktop/waybar/themes/summer-night/config.jsonc @@ -9,7 +9,7 @@ "spacing": 15, "modules-left": ["custom/nomarchy", "clock", "clock#date"], "modules-center": ["hyprland/workspaces"], - "modules-right": [ "idle_inhibitor", "pulseaudio", "custom/battery", "tray", "custom/powermenu"], + "modules-right": ["custom/update", "idle_inhibitor", "pulseaudio", "custom/battery", "tray", "custom/powermenu"], "hyprland/workspaces": { "disable-scroll": true,