(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(niri): update colors

74k1 95a44cbd 9614a26e

+5 -3
+5 -3
modules/home-manager/wayland/niri/default.nix
··· 214 214 enable = true; 215 215 width = 1; 216 216 active = { 217 - color = "#816BFF"; 217 + color = "#7089FF"; 218 218 }; 219 219 inactive = { 220 220 color = "#1C1B28"; ··· 224 224 enable = false; 225 225 width = 1; 226 226 active = { 227 - color = "#816BFF"; 227 + color = "#7089FF"; 228 228 }; 229 229 inactive = { 230 230 color = "#1C1B28"; ··· 243 243 insert-hint = { 244 244 enable = false; 245 245 display = { 246 - color = "rgb(87 103 255 / 50%)"; 246 + color = "rgb(112 137 255 / 50%)"; 247 247 }; 248 248 }; 249 249 preset-column-widths = [ ··· 304 304 baseRule // floatingRule; 305 305 306 306 openFloatingAppIds = [ 307 + "^(sherlock)" 308 + 307 309 "^(pavucontrol)" 308 310 "^(Volume Control)" 309 311 "^(dialog)"