diff --git a/configs/releng/airootfs/usr/local/share/fws/waybar-config.json b/configs/releng/airootfs/usr/local/share/fws/waybar-config.json index 4dc0d20..90f844c 100644 --- a/configs/releng/airootfs/usr/local/share/fws/waybar-config.json +++ b/configs/releng/airootfs/usr/local/share/fws/waybar-config.json @@ -8,7 +8,14 @@ "margin-right": 10, "modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-center": ["clock"], - "modules-right": ["custom/keyhelp", "backlight", "pulseaudio", "bluetooth", "network", "cpu", "memory", "battery", "tray"], + "modules-right": ["custom/updates", "custom/keyhelp", "backlight", "pulseaudio", "bluetooth", "network", "cpu", "memory", "battery", "tray"], + + "custom/updates": { + "exec": "fws-updates-check", + "interval": 1800, + "tooltip-format": "Mises à jour disponibles — clic pour installer", + "on-click": "kitty -e fws-update" + }, "hyprland/workspaces": { "format": "{id}",