more stuff
This commit is contained in:
parent
42a0bf27e0
commit
fe34badada
24 changed files with 904 additions and 2343 deletions
18
common/style/vars/grymforge.nix
Normal file
18
common/style/vars/grymforge.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
rounding = 25;
|
||||
gaps-in = 12;
|
||||
gaps-out = 12 * 2;
|
||||
active-opacity = 1;
|
||||
inactive-opacity = 0.87;
|
||||
blur = true;
|
||||
border-size = 3;
|
||||
animation-speed = "slow"; # "fast" | "medium" | "slow"
|
||||
fetch = "fastfetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||
|
||||
bar = {
|
||||
position = "top"; # "top" | "bottom"
|
||||
transparent = true;
|
||||
transparentButtons = false;
|
||||
floating = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue