Dotfiles/desktopenvs/hyprland
Amir Alexander Abdelbaki ae0ad3c4d7 fix(eww): stop duplicate stacked bars from ewwstart race
Diagnosed live in a VM: the bar rendered twice (two stacked rows). `hyprctl
layers` showed two `gtk-layer-shell` bar surfaces owned by two different eww
pids — an `eww daemon` and an `eww open bar`. The monitor count was correctly 1,
so the per-monitor loop was not at fault.

Root cause: ewwstart.sh started `eww daemon` and then immediately ran `eww open`
in a loop. The first `eww open` frequently ran before the freshly-started daemon
was ready, so it spawned its OWN second daemon and drew a second bar.

Fix (all three DE variants — hyprlua, hyprland, niri):
- Drop the separate `eww daemon`; rely on `eww open` to auto-start the daemon and
  block until the window is mapped, so the first call establishes a single daemon
  that the rest reuse (no race, no second daemon).
- killall eww + short settle before opening, so a reload starts clean.
- hyprlua/hyprland: count monitors via `hyprctl monitors -j | jq length` instead
  of the fragile `hyprctl monitors | grep ID | wc -l`.
- export GTK_THEME (the bare assignment never took effect).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R5kHioUMK3mtf2eiLEozCM
2026-06-28 02:23:45 +02:00
..
CRT added crt 2025-06-10 23:13:54 +02:00
Vencord slightly thicker vencord borders 2025-10-28 10:41:39 +01:00
alacritty gtk themeing, network management interface 2025-02-23 21:59:55 +01:00
btop cleanup: archive deprecated configs, remove logs and merge artifacts 2026-05-08 10:13:12 +02:00
config-updater add config-updater: config-driven update script with manifest 2026-05-11 09:46:02 +02:00
dunst why were there deb pkgs? because i left my cd in the setup folder 2025-04-04 16:53:52 +02:00
eww back to pavucontrol 2026-01-20 10:44:52 +01:00
eww-nobattery back to pavucontrol 2026-01-20 10:44:52 +01:00
eww-touch added WallRizz 2026-03-24 13:46:34 +01:00
greetd-tuigreet hyprland install script first possibly functional setup 2024-11-11 18:32:43 +01:00
gtk-3.0 privacy: remove hardcoded username and AWS signed URL 2026-05-12 14:17:48 +02:00
hypr chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
hypr-usr fixed theming issues 2026-05-19 14:39:29 +02:00
kitty feat(archiso+branding): rebrand to m-archy, ship fastfetch logo and os-release 2026-06-26 09:50:39 +02:00
nwg-dock-hyprland refractored and implemented cyberqueer as gtk theme 2025-05-19 14:32:05 +02:00
nwg-drawer refractored and implemented cyberqueer as gtk theme 2025-05-19 14:32:05 +02:00
nwg-panel refractored and implemented cyberqueer as gtk theme 2025-05-19 14:32:05 +02:00
scripts fix(eww): stop duplicate stacked bars from ewwstart race 2026-06-28 02:23:45 +02:00
spicetify added device blocks for logitech lightspeed composite dev 2026-06-07 04:42:35 +02:00
ulauncher privacy: remove hardcoded username and AWS signed URL 2026-05-12 14:17:48 +02:00
vicinae fix(hyprland,niri): correct Vicinae theme + config deployment 2026-06-27 23:32:20 +02:00
walker fiddled with walker a bit more 2025-06-18 23:40:26 +02:00
waybar chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
wofi fixed wofi theme 2025-06-09 18:50:23 +02:00
xfce4 added device blocks for logitech lightspeed composite dev 2026-06-07 04:42:35 +02:00
mimeapps.list some general fixes 2026-05-08 16:20:53 +02:00