- Switch muted glyph from U+F6A9 to U+F026 (volume-off), which is
present in every Nerd Font variant including LiterationMono.
- Use exec for waybar instead of exec_always, so reloading sway no
longer spawns a second bar.
- Move the clock to the right of the tray and drop the leading
calendar glyph from its format.
- Lock screen now uses maxresdefault.jpg, matching the i3 lockscreen;
the asset is copied into sway/wallpapers/ so the sway profile stays
self-contained.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Use bg mode 'center' so the wallpaper keeps its native size.
- Drop --clock and --indicator from the lockscreen invocation; those
flags belong to swaylock-effects and made vanilla swaylock exit with
an unknown-option error. Keep --indicator-idle-visible to preserve
the ring while idle.
- Replace the suspend-only swayidle line with a full idle policy:
5 min lock, 10 min DPMS off, DPMS on on resume, lock before sleep.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
swaylock-effects is not packaged in Void; switch the lockscreen script
to vanilla swaylock and drop the unsupported --effect-blur / --fade-in
flags. Also correct the case-sensitive package name Waybar so xbps-install
can resolve it.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
New profile_desktop_sway role gated by desktop_sessions_enabled, with
SwayFX effects, Waybar bar (1:1 with Polybar layout + pulseaudio),
swayidle + swaylock-effects for locking, swayosd for OSD, cliphist for
clipboard history and kanshi for multi-monitor profiles. Emptty gains
WAYLAND_SESSIONS_PATH + wayland-sessions dir. start-sway wrapper handles
session env (dbus-run-session, gpg-agent, turnstile env). Profile stays
dormant until a host opts in via desktop_sessions_enabled.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>