Commit Graph

8 Commits

Author SHA1 Message Date
8f8c3cac3d homelab-control.sh: setup wizard bei fehlendem config — kein löschen mehr, setup auch nach installation nutzbar 2026-05-29 18:48:48 +02:00
3abf4920df fix: awww-daemon blocks with &&, use & (background) so awww img runs 2026-05-29 01:52:57 +02:00
a819973018 fix: wofi-theme + wallpaper + ai-command-center source entfernt
Drei Fixes:

1. ai-command-center.conf aus hyprland.conf entfernt
   (existiert nicht auf frischer VM -> source= globbing error)

2. hyprpaper.conf in standard hyprpaper Format geschrieben
   (preload=/wallpaper= statt awww-block-format)
   awww.conf wird separat geschrieben falls awww installiert ist

3. apply-theme.sh Fehlerbehandlung: tui_spin || return 1
   (vorher wurde immer 'Theme applied' gemeldet auch bei Fehler)

4. replace_home_paths auch fuer wofi/ hinzugefuegt
2026-05-28 18:00:19 +02:00
1aa8c7cf40 feat: system hyprland.conf übernommen + ags + wallpapers
- hyprland.conf von /home/pascal/.config/hypr/ auf System übernommen
  (Monitore eDP-1/DP-3, awww-Background-Set via autostart,
   lid-dock-handler, hyprpolkitagent, ai-command-center source,
   clipboard-manager.sh bind, togglefloating auf F)
- scripts/lid-dock-handler.sh von System kopiert
- wallpapers/forest.jpg + rose-pink.jpg ins Projekt aufgenommen
  (werden via dotfiles-Deployment nach ~/Bilder/Wallpaper/ kopiert,
   replace_home_paths passt den Pfad im Theme an)
- aylurs-gtk-shell (ags) + hyprpolkitagent zur hyprland-Gruppe
- chmod +x auch für hypr/scripts/ (lowercase)
2026-05-27 23:18:27 +02:00
cf7f1a9f7e fix: theme application hängt nicht auf frischer VM (alle Display-D-Bus-Aufrufe guarded)
Vier Änderungen:

1. Duplikat in apply_wallpaper entfernt (überlappende Edits hinterließen
   einen zweiten hyprctl-Block außerhalb des pgrep-Guards)

2. gsettings in write_gtk_settings hinter pgrep -x Hyprland guard
   (gsettings set → D-Bus → könnte swaync auto-starten → hängt)

3. kwriteconfig6 in write_kde_color_scheme hinter pgrep -x Hyprland
   (kwriteconfig6 schreibt nicht nur Config, macht auch D-Bus-Calls)

4. apply_theme() blockt jetzt komplett: ALLE Display-Aufrufe
   (hyprctl, swaync-client, waybar, notify, awww, swww, gsettings,
   kwriteconfig6) werden nur ausgeführt wenn Hyprland läuft.

Ohne Hyprland: nur Config-Files schreiben (load_theme, write_app_styles,
write_desktop_app_theme, write_hyprlock_theme, write_starship_theme,
write_sddm_theme_assets, apply_wallpaper-schreibt-nur). Kein einziger
D-Bus-Call fällt mehr an.
2026-05-27 23:11:41 +02:00
a76f1f3af7 fix: theme application hängt nicht mehr auf frischer Installation
apply_theme() rief hyprctl (keyword + hyprpaper) und restart_waybar
ohne zu prüfen ob Hyprland läuft → hyprctl hing bis Timeout im TTY.

Fix: pgrep -x Hyprland guard vor allen hyprctl/waybar-Aufrufen.
apply_theme schreibt jetzt Config-Files (gelten beim nächsten Login),
überspringt aber Display-abhängige Kommandos.
2026-05-27 23:02:00 +02:00
5c6c0f3fed fix: hostname -> uname -n (fehlt auf minimalem Arch)
hostname ist in inetutils, das bei einer minimalen Arch-Installation
nicht installiert ist. uname -n ist in coreutils und immer verfügbar.
2026-05-27 22:50:40 +02:00
be7bffc1e5 Initial commit: Omeron modular Hyprland setup framework
- Modular installer with gum-based TUI
- Fresh-install detection with auto GPU driver selection
- Preflight module for system detection (Intel/AMD/NVIDIA)
- Core modules: packages, dotfiles, services, SDDM
- Optional software installer (Obsidian, Neovim, VS Code, etc.)
- Homelab config module with dynamic AGS integration
- Two complete themes: Forest Neon and Rose Night
- 19 Hyprland control scripts + 4 AGS widgets
- Idempotent dotfile deployment with automatic backup
- YAML-based configuration, extensible module system
- Full logging to ~/.local/share/omeron/
2026-05-27 20:51:58 +02:00