#W# Weekly update

This commit is contained in:
WarrentyExpired 2026-08-11 20:13:36 -04:00
parent 0450e09fc0
commit f490ad039a
4 changed files with 24 additions and 22 deletions

View file

@ -1,22 +1,22 @@
background = #131313 background = #131313
foreground = #e2e2e2 foreground = #e2e2e2
cursor-color = #dac84e cursor-color = #67d3ff
selection-background = #504700 selection-background = #004d64
selection-foreground = #e2e2e2 selection-foreground = #e2e2e2
palette = 0=#131313 palette = 0=#131313
palette = 1=#fa5c49 palette = 1=#ff578e
palette = 2=#60da4e palette = 2=#67ff77
palette = 3=#ffe24a palette = 3=#fff457
palette = 4=#cfba2f palette = 4=#44c0f2
palette = 5=#645700 palette = 5=#005376
palette = 6=#dac84e palette = 6=#67d3ff
palette = 7=#e4e2d3 palette = 7=#ecf9ff
palette = 8=#8d8b80 palette = 8=#96a1a5
palette = 9=#ff9184 palette = 9=#ff8db2
palette = 10=#9bff8c palette = 10=#94ffa0
palette = 11=#ffec8c palette = 11=#fff894
palette = 12=#efde6c palette = 12=#7dd9ff
palette = 13=#fff08c palette = 13=#94e0ff
palette = 14=#fff5b5 palette = 14=#baebff
palette = 15=#fffdf6 palette = 15=#f7fcff

View file

@ -5,13 +5,13 @@ layout {
background-color "transparent" background-color "transparent"
focus-ring { focus-ring {
active-color "#dac84e" active-color "#67d3ff"
inactive-color "#919191" inactive-color "#919191"
urgent-color "#ffb4ab" urgent-color "#ffb4ab"
} }
border { border {
active-color "#dac84e" active-color "#67d3ff"
inactive-color "#919191" inactive-color "#919191"
urgent-color "#ffb4ab" urgent-color "#ffb4ab"
} }
@ -21,19 +21,19 @@ layout {
} }
tab-indicator { tab-indicator {
active-color "#dac84e" active-color "#67d3ff"
inactive-color "#919191" inactive-color "#919191"
urgent-color "#ffb4ab" urgent-color "#ffb4ab"
} }
insert-hint { insert-hint {
color "#dac84e80" color "#67d3ff80"
} }
} }
recent-windows { recent-windows {
highlight { highlight {
active-color "#504700" active-color "#004d64"
urgent-color "#ffb4ab" urgent-color "#ffb4ab"
} }
} }

View file

@ -12,6 +12,7 @@
home.packages = [ home.packages = [
(builtins.getFlake "github:srinivasr/nirimod").packages.${pkgs.system}.default
]; ];
home.file = { home.file = {

View file

@ -201,6 +201,7 @@
adw-gtk3 adw-gtk3
libnotify libnotify
nautilus nautilus
featherpad
]; ];
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;