Compare commits

...

2 commits

Author SHA1 Message Date
joygnu e67316508a no more opacity 2024-07-14 22:22:13 +02:00
joygnu fc45c924e5 opacity 2024-07-14 22:14:30 +02:00

View file

@ -3,6 +3,7 @@
{ {
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = { base16Scheme = {
base00 = "282828"; base00 = "282828";
base01 = "3c3836"; base01 = "3c3836";
@ -21,12 +22,15 @@
base0E = "b16286"; base0E = "b16286";
base0F = "d65d0e"; base0F = "d65d0e";
}; };
opacity.terminal = 0.8;
image = ./wallpaper.png; image = ./wallpaper.png;
targets.chromium.enable = false;
cursor.name = "Bibata-Modern-Ice"; cursor = {
cursor.package = pkgs.bibata-cursors; name = "Bibata-Modern-Ice";
cursor.size = 24; package = pkgs.bibata-cursors;
size = 24;
};
fonts = { fonts = {
sizes = { sizes = {
applications = 12; applications = 12;