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;
|
||||
# https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml
|
||||
settings = {
|
||||
background.path = "/etc/nixos/git/wallpapers/gruvbox/wallpaper2.jpg";
|
||||
background.path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper2.jpg";
|
||||
background.fit = "Contain";
|
||||
GTK.application_prefer_dark_theme = true;
|
||||
GTK.cursor_theme_name = "Adwaita";
|
||||
GTK.font_name = "Cantarell 16";
|
||||
GTK.icon_theme_name = "Adwaita";
|
||||
GTK.theme_name = "Adwaita";
|
||||
GTK.icon_theme_name = "gruvbox-dark-icons-gtk";
|
||||
# GTK.theme_name = "Adwaita";
|
||||
GTK.theme_name = "Gruvbox-Dark-BL";
|
||||
commands.reboot = [ "systemctl" "reboot" ];
|
||||
commands.poweroff = [ "systemctl" "poweroff" ];
|
||||
};
|
||||
|
@ -88,6 +89,10 @@
|
|||
|
||||
# lock screen
|
||||
swaylock-fancy
|
||||
|
||||
# Icons for regreet
|
||||
gruvbox-gtk-theme
|
||||
gruvbox-dark-icons-gtk
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
Loading…
Reference in a new issue