add the theme variables inside the theme dir
This commit is contained in:
parent
c36755f90e
commit
ba911dc627
@ -18,7 +18,7 @@
|
|||||||
../../nixos/xdg-portal.nix
|
../../nixos/xdg-portal.nix
|
||||||
../../nixos/variables-config.nix
|
../../nixos/variables-config.nix
|
||||||
|
|
||||||
../../themes/nixy.nix
|
../../themes/stylix/nixy.nix
|
||||||
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./variables.nix
|
./variables.nix
|
||||||
|
@ -22,23 +22,6 @@
|
|||||||
autoUpgrade = false;
|
autoUpgrade = false;
|
||||||
autoGarbageCollector = false;
|
autoGarbageCollector = false;
|
||||||
|
|
||||||
theme = {
|
theme = import ../../themes/var/nixy.nix;
|
||||||
rounding = 15;
|
|
||||||
gaps-in = 10;
|
|
||||||
gaps-out = 10 * 2;
|
|
||||||
active-opacity = 1;
|
|
||||||
inactive-opacity = 0.89;
|
|
||||||
blur = true;
|
|
||||||
border-size = 3;
|
|
||||||
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
|
||||||
fetch = "nerdfetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
|
||||||
|
|
||||||
bar = {
|
|
||||||
position = "top"; # "top" | "bottom"
|
|
||||||
transparent = true;
|
|
||||||
transparentButtons = false;
|
|
||||||
floating = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
18
themes/var/nixy.nix
Normal file
18
themes/var/nixy.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
rounding = 15;
|
||||||
|
gaps-in = 10;
|
||||||
|
gaps-out = 10 * 2;
|
||||||
|
active-opacity = 1;
|
||||||
|
inactive-opacity = 0.89;
|
||||||
|
blur = true;
|
||||||
|
border-size = 3;
|
||||||
|
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
||||||
|
fetch = "nerdfetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||||
|
|
||||||
|
bar = {
|
||||||
|
position = "top"; # "top" | "bottom"
|
||||||
|
transparent = true;
|
||||||
|
transparentButtons = false;
|
||||||
|
floating = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user