hyprland gtk update
This commit is contained in:
parent
aebdb28b6a
commit
869a4e6e6c
@ -131,6 +131,33 @@ inputs,
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
theme = {
|
||||
package = pkgs.flat-remix-gtk;
|
||||
name = "Flat-Remix-GTK-Grey-Darkest";
|
||||
};
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
font = {
|
||||
name = "Sans";
|
||||
size = 11;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
waybar = {
|
||||
enable = true;
|
||||
@ -151,7 +178,7 @@ inputs,
|
||||
splash = true;
|
||||
preload =[ "~/wallpapers/brown_city_planet_w.jpg" ];
|
||||
wallpaper = [
|
||||
"~/wallpapers/brown_city_planet_w.jpg"
|
||||
", ~/wallpapers/brown_city_planet_w.jpg"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user