diff --git a/INSTALL/scripts/01-packages-apt.sh b/INSTALL/scripts/01-packages-apt.sh index 41e9529..b370bb7 100755 --- a/INSTALL/scripts/01-packages-apt.sh +++ b/INSTALL/scripts/01-packages-apt.sh @@ -26,9 +26,10 @@ PACKAGES=( btop # atuin → installé via son propre script (voir 02-packages-manual.sh) # starship → installé via son propre script (voir 02-packages-manual.sh) - # ── Waybar + dépendances ───────────────────────────────────────────────── + # ── Waybar + launcher + dépendances ────────────────────────────────────── waybar wob + wofi brightnessctl playerctl wireplumber diff --git a/INSTALL/scripts/03-deploy-configs.sh b/INSTALL/scripts/03-deploy-configs.sh index b399123..b0c3766 100755 --- a/INSTALL/scripts/03-deploy-configs.sh +++ b/INSTALL/scripts/03-deploy-configs.sh @@ -276,6 +276,13 @@ else fi fi +# ── Wofi — launcher + power menu ──────────────────────────────────────────────── +section "Wofi — launcher violet-chaton" +ensure_dir "$HOME/.config/wofi" +deploy_file "$CONFIGS/wofi/config" "$HOME/.config/wofi/config" +deploy_file "$THEMES/violet-chaton-wofi.css" "$HOME/.config/wofi/style.css" +deploy_file "$THEMES/violet-chaton-wofi-power.css" "$HOME/.config/wofi/power-style.css" + # ── Rofi ──────────────────────────────────────────────────────────────────────── section "Rofi — thème violet-chaton" ensure_dir "$HOME/.config/rofi"