From fe90a0f60774089d40eae98b46494c024b464d65 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 20 Jun 2026 17:48:13 -0400 Subject: [PATCH] fix: rename hosts/ to host/ to match store, fix missing source files --- hypr/.config/hypr/{hosts => host}/laptop.conf | 0 hypr/.config/hypr/{hosts => host}/uconsole.conf | 0 hypr/.config/hypr/hyprland.conf | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename hypr/.config/hypr/{hosts => host}/laptop.conf (100%) rename hypr/.config/hypr/{hosts => host}/uconsole.conf (100%) diff --git a/hypr/.config/hypr/hosts/laptop.conf b/hypr/.config/hypr/host/laptop.conf similarity index 100% rename from hypr/.config/hypr/hosts/laptop.conf rename to hypr/.config/hypr/host/laptop.conf diff --git a/hypr/.config/hypr/hosts/uconsole.conf b/hypr/.config/hypr/host/uconsole.conf similarity index 100% rename from hypr/.config/hypr/hosts/uconsole.conf rename to hypr/.config/hypr/host/uconsole.conf diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index bef64b2..14aae5c 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -2,9 +2,9 @@ # Host-specific settings (monitors, env, workspaces) in host/monitors.conf source = mocha.conf -source = ~/.cache/wal/colors-hyprland.conf -source = hosts/monitors.conf -source = hosts/uconsole.conf +# source = ~/.cache/wal/colors-hyprland.conf (disabled — no pywal on uConsole) +source = host/monitors.conf +source = host/uconsole.conf ################### ### MY PROGRAMS ###