Change colorscheme on ritual

This commit is contained in:
Agatha Lovelace 2024-02-15 14:48:39 +01:00
parent ff11eaead4
commit dae93e29c3
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
blue = { image = ../../../external/blue.jpg; };
dark = {
image = ../../../external/the_falls_by_night.jpg;
params = [ "--backend" "color-thief" ];
params = [ "--lighten" "0.5" ];
};
bridge = {
image = ../../../external/the_bridge.png;

View File

@ -55,7 +55,7 @@
};
};
environment.graphical.theme.name = "dark";
environment.graphical.theme.name = "blue";
services.syncthing.dataDir = "/home/agatha/syncthing";