diff --git a/config/niri/noctalia.kdl b/config/niri/noctalia.kdl index 0ea02e2..0849f39 100644 --- a/config/niri/noctalia.kdl +++ b/config/niri/noctalia.kdl @@ -1,35 +1,35 @@ layout { focus-ring { - active-color "#679ce4" - inactive-color "#101c2d" + active-color "#e367e4" + inactive-color "#2a132a" urgent-color "#fd4663" } border { - active-color "#679ce4" - inactive-color "#101c2d" + active-color "#e367e4" + inactive-color "#2a132a" urgent-color "#fd4663" } shadow { - color "#101c2d70" + color "#2a132a70" } tab-indicator { - active-color "#679ce4" - inactive-color "#0c428d" + active-color "#e367e4" + inactive-color "#8c0c8d" urgent-color "#fd4663" } insert-hint { - color "#679ce480" + color "#e367e480" } } recent-windows { highlight { - active-color "#679ce4" + active-color "#e367e4" urgent-color "#fd4663" } } diff --git a/config/noctalia/colors.json b/config/noctalia/colors.json index b8bcaec..440aadd 100644 --- a/config/noctalia/colors.json +++ b/config/noctalia/colors.json @@ -1,25 +1,25 @@ { - "mPrimary": "#679ce4", - "mOnPrimary": "#080b0d", + "mPrimary": "#e367e4", + "mOnPrimary": "#0a060a", - "mSecondary": "#665cd6", - "mOnSecondary": "#181e25", + "mSecondary": "#d65c9a", + "mOnSecondary": "#251825", - "mTertiary": "#a166cc", - "mOnTertiary": "#181e25", + "mTertiary": "#cc6667", + "mOnTertiary": "#251825", "mError": "#fd4663", - "mOnError": "#181e25", + "mOnError": "#251825", - "mSurface": "#101c2d", - "mOnSurface": "#f2f2f3", + "mSurface": "#2a132a", + "mOnSurface": "#f3f2f3", - "mSurfaceVariant": "#1a2f4c", - "mOnSurfaceVariant": "#afb2b6", + "mSurfaceVariant": "#462046", + "mOnSurfaceVariant": "#b6afb6", - "mOutline": "#5f6774", - "mShadow": "#101c2d", + "mOutline": "#756075", + "mShadow": "#2a132a", - "mHover": "#a166cc", - "mOnHover": "#181e25" + "mHover": "#cc6667", + "mOnHover": "#251825" } \ No newline at end of file diff --git a/config/noctalia/settings.json b/config/noctalia/settings.json index 9d9f429..b3c621c 100644 --- a/config/noctalia/settings.json +++ b/config/noctalia/settings.json @@ -674,12 +674,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "tonal-spot", + "generationMethod": "vibrant", "paletteColors": [ - "#9ccaff", - "#bac8db", - "#d6bee5", - "#ffb4ab" + "#e48567", + "#5ca1d6", + "#b4cc66", + "#fd4663" ], "path": "/home/ulve/.config/niri/wallpapers/Anime - Landscape.jpeg", "useWallpaperColors": true @@ -688,12 +688,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "tonal-spot", + "generationMethod": "vibrant", "paletteColors": [ - "#ffb5a0", - "#e7bdb2", - "#d8c58d", - "#ffb4ab" + "#e48c67", + "#5c87d6", + "#aecc66", + "#b56442" ], "path": "/home/ulve/.config/niri/wallpapers/Anime-City-Night.png", "useWallpaperColors": true @@ -702,12 +702,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "tonal-spot", + "generationMethod": "vibrant", "paletteColors": [ - "#b4c5ff", - "#c1c5dd", - "#e2bbdb", - "#ffb4ab" + "#e47c67", + "#5c81d6", + "#becf6e", + "#cb8172" ], "path": "/home/ulve/.config/niri/wallpapers/Buildings.png", "useWallpaperColors": true @@ -744,12 +744,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "tonal-spot", + "generationMethod": "vibrant", "paletteColors": [ - "#5ed4fd", - "#b3cad5", - "#c4c3eb", - "#ffb4ab" + "#67bbe4", + "#5c70d6", + "#8866cc", + "#fd4663" ], "path": "/home/ulve/.config/niri/wallpapers/Fog-Forest-Everforest.png", "useWallpaperColors": true @@ -758,12 +758,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "tonal-spot", + "generationMethod": "vibrant", "paletteColors": [ - "#a4c9ff", - "#bcc7db", - "#d9bde3", - "#ffb4ab" + "#66aee6", + "#5059e2", + "#8f50e2", + "#fd4663" ], "path": "/home/ulve/.config/niri/wallpapers/Anime-Girl-Night-Sky.jpg", "useWallpaperColors": true @@ -772,12 +772,12 @@ "appearance": "dark", "colorScheme": "Gruvbox", "darkMode": true, - "generationMethod": "monochrome", + "generationMethod": "vibrant", "paletteColors": [ - "#ffffff", - "#c6c6c6", - "#e2e2e2", - "#ffb4ab" + "#67d8e4", + "#5c8dd6", + "#7066cc", + "#fd4663" ], "path": "/home/ulve/.config/niri/wallpapers/Dark_Nature.png", "useWallpaperColors": true diff --git a/modules/home-common.nix b/modules/home-common.nix index 016a629..c29176e 100644 --- a/modules/home-common.nix +++ b/modules/home-common.nix @@ -9,7 +9,7 @@ enable = true; shellAliases = { n = "nvim"; - rebuild = "sudo nixos-rebuild switch --flake ~/nixos-dotfiles"; + rebuild = "nh os switch ~/nixos-dotfiles"; upgrade = "nix flake update --flake ~/nixos-dotfiles && { command -v nh > /dev/null 2>&1 && nh os switch ~/nixos-dotfiles || sudo nixos-rebuild switch --flake ~/nixos-dotfiles; }"; }; }; @@ -25,7 +25,7 @@ ]; shellAliases = { n = "nvim"; - rebuild = "sudo nixos-rebuild switch --flake ~/nixos-dotfiles"; + rebuild = "nh os switch ~/nixos-dotfiles"; upgrade = "nix flake update --flake ~/nixos-dotfiles && { command -v nh &>/dev/null && nh os switch ~/nixos-dotfiles || sudo nixos-rebuild switch --flake ~/nixos-dotfiles; }"; tree = "eza --tree --level=2"; ls = "eza --icons --all --header --long --git";