Test
This commit is contained in:
parent
11e4fa9553
commit
b6da3ec7a3
1 changed files with 8 additions and 3 deletions
|
@ -6,13 +6,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
# https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml
|
# https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml
|
||||||
settings = {
|
settings = {
|
||||||
background.path = "/etc/nixos/git/wallpapers/gruvbox/wallpaper2.jpg";
|
background.path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper2.jpg";
|
||||||
background.fit = "Contain";
|
background.fit = "Contain";
|
||||||
GTK.application_prefer_dark_theme = true;
|
GTK.application_prefer_dark_theme = true;
|
||||||
GTK.cursor_theme_name = "Adwaita";
|
GTK.cursor_theme_name = "Adwaita";
|
||||||
GTK.font_name = "Cantarell 16";
|
GTK.font_name = "Cantarell 16";
|
||||||
GTK.icon_theme_name = "Adwaita";
|
GTK.icon_theme_name = "gruvbox-dark-icons-gtk";
|
||||||
GTK.theme_name = "Adwaita";
|
# GTK.theme_name = "Adwaita";
|
||||||
|
GTK.theme_name = "Gruvbox-Dark-BL";
|
||||||
commands.reboot = [ "systemctl" "reboot" ];
|
commands.reboot = [ "systemctl" "reboot" ];
|
||||||
commands.poweroff = [ "systemctl" "poweroff" ];
|
commands.poweroff = [ "systemctl" "poweroff" ];
|
||||||
};
|
};
|
||||||
|
@ -88,6 +89,10 @@
|
||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
swaylock-fancy
|
swaylock-fancy
|
||||||
|
|
||||||
|
# Icons for regreet
|
||||||
|
gruvbox-gtk-theme
|
||||||
|
gruvbox-dark-icons-gtk
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue