diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-31 09:51:08 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-31 09:51:08 -0500 |
| commit | 4748583004769234e12185f2542dcc7686f04686 (patch) | |
| tree | b74dc5845c99c3cacf53b59e050884e5f0c0ad18 /niri | |
| parent | f9e83a7424f65294cee25eeb7e82ddf5a1d1d430 (diff) | |
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/<host>/desktop.nix).
Assisted-by: Claude:claude-opus-4-8
Diffstat (limited to 'niri')
| -rw-r--r-- | niri/.config/niri/config.kdl | 6 |
1 files changed, 3 insertions, 3 deletions
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/<host>/desktop.nix), since +// which bar and which wallpaper differ per host. This file is shared/stowed. input { keyboard { |
