Update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
wallpaper = "dark_cloud.png";
|
||||
wallpaper = "nix.png";
|
||||
|
||||
font = "SFProDisplay Nerd Font";
|
||||
font-mono = "FiraCode Nerd Font Mono";
|
||||
@@ -8,6 +8,9 @@
|
||||
rounding = 15;
|
||||
gaps-in = 10;
|
||||
gaps-out = 10 * 2;
|
||||
active-opacity = 0.95;
|
||||
inactive-opacity = 0.9;
|
||||
blur = true;
|
||||
border-size = 3;
|
||||
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
||||
fetch = "nerdfetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
rounding = 10;
|
||||
gaps-in = 6;
|
||||
gaps-out = 6 * 2;
|
||||
active-opacity = 0.95;
|
||||
inactive-opacity = 0.9;
|
||||
blur = true;
|
||||
border-size = 1;
|
||||
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
||||
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||
|
||||
Reference in New Issue
Block a user