feat: Nomarchy ground-up rewrite on NixOS 26.05
Full replacement of the previous iteration, rebuilt around three ideas:
- Pure evaluation: theme-state.json lives inside the flake and is read
via the nomarchy.stateFile option — no --impure, ever.
- All-Home-Manager theming: `nomarchy-theme-sync apply` writes the JSON
and runs `home-manager switch`; every theme change is one atomic,
rollbackable generation. Wallpaper (swww) is the sole runtime piece.
- Flat, downstream-first layout: modules/{nixos,home} with one
options.nix each, exported as nixosModules/homeModules + overlay +
flake template; system (nixos-rebuild) and desktop (home-manager
switch) rebuild paths are fully split.
Ships 21 themes imported from the previous iteration (palettes,
wallpapers, btop themes, six whole-swap Waybar identities), Stylix for
the GTK/Qt/cursor long tail, a live ISO target with offline theme
switching, and docs/TESTING.md with the QEMU verification workflow.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
BIN
themes/white/backgrounds/1-white.jpg
Normal file
BIN
themes/white/backgrounds/1-white.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
themes/white/backgrounds/2-white.jpg
Normal file
BIN
themes/white/backgrounds/2-white.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 403 KiB |
BIN
themes/white/backgrounds/3-white.jpg
Normal file
BIN
themes/white/backgrounds/3-white.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
70
themes/white/btop.theme
Normal file
70
themes/white/btop.theme
Normal file
@@ -0,0 +1,70 @@
|
||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||
theme[main_bg]="#ffffff"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#000000"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#2e2e2e"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#3e3e3e"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#c0c0c0"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#000000"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#c0c0c0"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#2e2e2e"
|
||||
|
||||
# Box outline and divider line color
|
||||
theme[cpu_box]="#3a3a3a"
|
||||
theme[mem_box]="#3a3a3a"
|
||||
theme[net_box]="#3a3a3a"
|
||||
theme[proc_box]="#3a3a3a"
|
||||
theme[div_line]="#c0c0c0"
|
||||
|
||||
# Gradient for all meters and graphs
|
||||
theme[temp_start]="#3e3e3e"
|
||||
theme[temp_mid]="#1a1a1a"
|
||||
theme[temp_end]="#3a3a3a"
|
||||
|
||||
|
||||
theme[cpu_start]="#3e3e3e"
|
||||
theme[cpu_mid]="#1a1a1a"
|
||||
theme[cpu_end]="#3a3a3a"
|
||||
|
||||
|
||||
theme[free_start]="#1a1a1a"
|
||||
theme[free_mid]="#4a4a4a"
|
||||
theme[free_end]="#4a4a4a"
|
||||
|
||||
|
||||
theme[cached_start]="#4a4a4a"
|
||||
theme[cached_mid]="#4a4a4a"
|
||||
theme[cached_end]="#4a4a4a"
|
||||
|
||||
|
||||
theme[available_start]="#3e3e3e"
|
||||
theme[available_mid]="#3e3e3e"
|
||||
theme[available_end]="#3e3e3e"
|
||||
|
||||
|
||||
theme[used_start]="#3a3a3a"
|
||||
theme[used_mid]="#3a3a3a"
|
||||
theme[used_end]="#3a3a3a"
|
||||
|
||||
|
||||
theme[download_start]="#4a4a4a"
|
||||
theme[download_mid]="#3e3e3e"
|
||||
theme[download_end]="#1a1a1a"
|
||||
|
||||
|
||||
theme[upload_start]="#4a4a4a"
|
||||
theme[upload_mid]="#3e3e3e"
|
||||
theme[upload_end]="#1a1a1a"
|
||||
Reference in New Issue
Block a user