From 4748583004769234e12185f2542dcc7686f04686 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Fri, 31 Jul 2026 09:51:08 -0500 Subject: niri: drop machine-specific bar/wallpaper spawns The bar (yambar/waybar) and wallpaper (swaybg) differ per host, so starting them from this shared, stowed config hardcoded values that were only correct on one machine. They're now started per-machine by systemd user services in nixos-config (machines//desktop.nix). Assisted-by: Claude:claude-opus-4-8 --- niri/.config/niri/config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'niri/.config') diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 790f235..3431264 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -1,8 +1,8 @@ prefer-no-csd -//spawn-at-startup "swaybg" "--color" "#24273a" -spawn-at-startup "swaybg" "--image" "/home/henz/resources/photography/nasa/55196710272_1289069236_o.jpg" "--mode" "fill" -spawn-at-startup "yambar" +// Bar (yambar/waybar) and wallpaper (swaybg) are started per-machine by +// systemd user services in nixos-config (machines//desktop.nix), since +// which bar and which wallpaper differ per host. This file is shared/stowed. input { keyboard { -- cgit v1.3