opacity
This commit is contained in:
parent
ed65cbbd8e
commit
571ffe612e
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
base16Scheme = {
|
base16Scheme = {
|
||||||
base00 = "282828";
|
base00 = "282828";
|
||||||
base01 = "3c3836";
|
base01 = "3c3836";
|
||||||
|
@ -21,12 +22,21 @@
|
||||||
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";
|
opacity = {
|
||||||
cursor.package = pkgs.bibata-cursors;
|
terminal = 0.8;
|
||||||
cursor.size = 24;
|
applications = 0.8;
|
||||||
|
popups = 0.8;
|
||||||
|
};
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
name = "Bibata-Modern-Ice";
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
size = 24;
|
||||||
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 12;
|
applications = 12;
|
||||||
|
|
Loading…
Reference in a new issue