Changed: ReGreet
This commit is contained in:
parent
318694cff9
commit
d2790f3416
@ -11,20 +11,21 @@
|
|||||||
|
|
||||||
programs.regreet = {
|
programs.regreet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
cageArgs = ["-s" "-m" "last" "--" "regreet"]
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
appearance = "Hey there, Master";
|
appearance = "Hey there, Master";
|
||||||
|
|
||||||
background = {
|
background = {
|
||||||
path = "/etc/background.jpg";
|
path = "/etc/background.jpg";
|
||||||
fit = "Fill";
|
fit = "Fill";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
GTK = {
|
GTK = {
|
||||||
application_prefer_dark_theme = true;
|
application_prefer_dark_theme = true;
|
||||||
cursor_theme_name = "Adwaita";
|
cursor_theme_name = "Adwaita";
|
||||||
font_name = "Cantarell 16";
|
font_name = "Cantarell 16";
|
||||||
icon_theme_name = pkgs.material-design-icons;
|
icon_theme_name = "Adwaita";#pkgs.material-design-icons;
|
||||||
theme_name = "Adwaita";
|
theme_name = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -41,23 +42,25 @@
|
|||||||
label_width = 150;
|
label_width = 150;
|
||||||
};*/
|
};*/
|
||||||
|
|
||||||
/* theme = {
|
|
||||||
package = pkgs.gnome-themes-extra;
|
|
||||||
name = "Adwaita";
|
|
||||||
};
|
|
||||||
|
|
||||||
iconTheme.package = pkgs.vimix-icon-theme;
|
|
||||||
|
|
||||||
cursorTheme = {
|
|
||||||
package = pkgs.nordzy-cursor-theme;
|
|
||||||
name = "Nordzy-cursors";
|
|
||||||
};
|
|
||||||
|
|
||||||
font = {
|
|
||||||
package = pkgs.nerdfonts.roboto-mono;
|
|
||||||
name = "RobotoMono";
|
|
||||||
};*/
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
theme = {
|
||||||
|
package = pkgs.gnome-themes-extra;
|
||||||
|
name = "Adwaita";
|
||||||
|
};
|
||||||
|
|
||||||
|
iconTheme.package = pkgs.vimix-icon-theme;
|
||||||
|
|
||||||
|
cursorTheme = {
|
||||||
|
package = pkgs.nordzy-cursor-theme;
|
||||||
|
name = "Nordzy-cursors";
|
||||||
|
};
|
||||||
|
|
||||||
|
font = {
|
||||||
|
package = pkgs.nerdfonts.roboto-mono;
|
||||||
|
name = "RobotoMono";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
0
modules/regreet/regreet.toml
Normal file
0
modules/regreet/regreet.toml
Normal file
Loading…
Reference in New Issue
Block a user