aboutsummaryrefslogtreecommitdiff
path: root/home/rices
AgeCommit message (Collapse)Author
2026-04-05Disabled stylix autoEnable and instead set manually what should be enabledNatasha Moongrave
2026-04-05Fixed xfce configurationNatasha Moongrave
2026-04-05Refactor cassette-futurism rice from KDE Plasma to XFCENatasha Moongrave
- Replace KDE Plasma 6 with XFCE desktop environment - Remove plasma.nix (KDE config), add xfce.nix (XFCE config via xfconf) - Add picom.nix compositor with CRT green glow effects (#00FF00 shadows) - Configure XFCE with hidden menubars, dark theme, and retro aesthetics - Replace KDE packages with XFCE equivalents (konsole→xfce4-terminal, kate→mousepad, gwenview→ristretto, spectacle→xfce4-screenshooter) - Keep ly display manager, preserve all Stylix theming (cassette colors, NGE wallpaper, fonts) - Lower memory usage and faster startup compared to KDE Plasma Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-05Remove non-existent stylix.targets.kde optionNatasha Moongrave
2026-04-05Fix Stylix conflicts: disable KDE target, remove i3 keybinds, simplify themingNatasha Moongrave
- Disable Stylix's automatic KDE target to prevent file conflicts - Remove all i3-style keyboard shortcuts from KDE configuration - Remove custom color definitions from kdeglobals (let Stylix handle colors) - Simplify kdeglobals to only set dark theme (Breeze Dark) - Simplify kwinrc to minimal compositing settings - Remove custom Konsole color schemes (Stylix handles terminal theming) - Add menubar hiding for all common KDE applications (konsole, dolphin, kate, gwenview, spectacle, ark, okular)
2026-04-05Add i3-style keybindings and hide application menubars in KDE PlasmaNatasha Moongrave
Added i3-compatible shortcuts: - Meta+Q: close window - Meta+F: fullscreen toggle - Meta+1-9: switch virtual desktops - Meta+Shift+Arrow: tile windows - Volume/brightness media keys UI improvements: - Hidden menubars in Konsole, Dolphin, Kate (toggle with Ctrl+M) - Borderless windows when maximized - Minimal window decorations (clean i3-like appearance) - Disabled toolbutton text for cleaner toolbar
2026-04-05Fix cassette-futurism rice: enable dark mode and use local NGE wallpaperNatasha Moongrave
- Added dark theme settings to kdeglobals (LookAndFeelPackage, Icons) - Replaced remote wallpaper fetch with local NGE_CF.jpg path - KDE Plasma will now use breeze-dark look and feel with cassette colors
2026-04-05Updated wallpaper link in variables for the cassette futurism rice to link ↵Natasha Moongrave
to the local neon genesis evangelion wallpaper
2026-04-04Fixed wallpaper sha256 to be correctNatasha Moongrave
2026-04-04Simplify rice architecture - direct DE and stylix configNatasha Moongrave
- Each rice's system.nix now directly configures desktop environment and stylix - No complex option system needed - rices just set services directly - nord-blue: i3 + Nord colors - cassette-futurism: KDE Plasma 6 + retro cassette colors - original: i3 + default Nord colors - Removed rice-desktop.nix complexity - Display manager (ly) stays in system/services.nix (user-managed) - To use a rice: mkSystem hostname rice-name in flake.nix
2026-04-04Refactor rice system imports to flake levelNatasha Moongrave
- Rice system configs now imported in flake mkSystem helper - Removed rice system.nix imports from host configurations - mkSystem now takes hostname and rice name as parameters - Fixes module ordering issue where rice options weren't defined yet
2026-04-04Add cassette-futurism KDE Plasma riceNatasha Moongrave
- Created cassette futurism color palette with CRT aesthetic (hot pink, cyan, CRT green) - Added KDE Plasma 6 system configuration with Wayland support - Created Konsole color scheme and profile for retro terminal look - Added KDE-specific theme configuration via xdg config files - Configured Neovim with cassette futurism syntax highlighting - Rice uses SDDM display manager and KWin compositor with blur effects
2026-04-04Add system configurations for existing ricesNatasha Moongrave
- Created nord-blue/system.nix with i3 environment and Nord color scheme - Created original/system.nix with i3 environment and default stylix colors - Both rices now declare their desktop requirements explicitly
2026-03-31Moved the original i3 config to /home/rices/original to be in line with the ↵Natasha Moongrave
other refactored configs
2026-03-30Refactored the entire configurationNatasha Moongrave