mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change theme
This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
options.theme = lib.mkOption {
|
options.theme = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
default = {
|
default = {
|
||||||
rounding = 12;
|
rounding = 10;
|
||||||
gaps-in = 12;
|
gaps-in = 10;
|
||||||
gaps-out = 12 * 2;
|
gaps-out = 10 * 2;
|
||||||
active-opacity = 0.96;
|
active-opacity = 0.98;
|
||||||
inactive-opacity = 0.95;
|
inactive-opacity = 0.96;
|
||||||
blur = true;
|
blur = true;
|
||||||
border-size = 4;
|
border-size = 3;
|
||||||
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
||||||
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user