Fix dark theme, animation speed, kitty opacity; add README
- libadwaita apps (nautilus, gnome-text-editor) rendered light because gsettings-desktop-schemas + dconf were missing, so the color-scheme prefer-dark autostart silently no-op'd. Add both packages. - Replace Hyprland's slow default animations with the reference laptop's bezier curves + per-leaf speeds (hl.curve + hl.animation). - kitty background_opacity 0.88 -> 0.6 to match the laptop; drop the macOS-only background_blur line (Hyprland supplies the blur). - Add README.md documenting the actual image, build, and test flow.
This commit is contained in:
parent
17e3e13e80
commit
569ba01550
4 changed files with 166 additions and 2 deletions
|
|
@ -95,6 +95,12 @@ libpulse
|
|||
# GTK3 dark theme (Adwaita-dark); without this package the gtk-theme-name in
|
||||
# skel settings.ini silently falls back to the light theme for GTK3 apps.
|
||||
gnome-themes-extra
|
||||
# Schema + backend behind `gsettings set org.gnome.desktop.interface
|
||||
# color-scheme prefer-dark` (set in hyprland.lua autostart). Without these the
|
||||
# gsettings call fails silently and libadwaita apps (nautilus, gnome-text-editor)
|
||||
# render in LIGHT mode regardless of the GTK theme.
|
||||
gsettings-desktop-schemas
|
||||
dconf
|
||||
# Credential/keyring storage — browsers, SSH agents, and most apps persist
|
||||
# passwords here; without it every session loses saved logins. seahorse is the
|
||||
# GUI to view/manage the stored secrets and keys.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue