mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -3,22 +3,22 @@
|
|||||||
options.theme = lib.mkOption {
|
options.theme = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
default = {
|
default = {
|
||||||
rounding = 16;
|
rounding = 20;
|
||||||
gaps-in = 10;
|
gaps-in = 12;
|
||||||
gaps-out = 10 * 2;
|
gaps-out = 12 * 2;
|
||||||
active-opacity = 0.94;
|
active-opacity = 0.96;
|
||||||
inactive-opacity = 0.9;
|
inactive-opacity = 0.92;
|
||||||
blur = true;
|
blur = true;
|
||||||
border-size = 2;
|
border-size = 4;
|
||||||
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
||||||
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||||
textColorOnWallpaper =
|
textColorOnWallpaper =
|
||||||
config.lib.stylix.colors.base06; # Color of the text displayed on the wallpaper (Lockscreen, display manager, ...)
|
config.lib.stylix.colors.base01; # Color of the text displayed on the wallpaper (Lockscreen, display manager, ...)
|
||||||
|
|
||||||
bar = { # Hyprpanel
|
bar = { # Hyprpanel
|
||||||
position = "top"; # "top" | "bottom"
|
position = "top"; # "top" | "bottom"
|
||||||
transparent = true;
|
transparent = false;
|
||||||
transparentButtons = false;
|
transparentButtons = true;
|
||||||
floating = true;
|
floating = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
base0C =
|
base0C =
|
||||||
"94e2d5"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
"94e2d5"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||||
base0D =
|
base0D =
|
||||||
"BB96F5"; # Functions, Methods, Attribute IDs, Headings, Accent color
|
"c4a7e7"; # Functions, Methods, Attribute IDs, Headings, Accent color
|
||||||
base0E =
|
base0E =
|
||||||
"cba6f7"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
"cba6f7"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||||
base0F =
|
base0F =
|
||||||
@@ -86,8 +86,8 @@
|
|||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = pkgs.fetchurl {
|
image = pkgs.fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://raw.githubusercontent.com/anotherhadi/nixy-wallpapers/refs/heads/main/wallpapers/studio.png";
|
"https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/vanilla_pink_purple.png";
|
||||||
sha256 = "sha256-+YUsGNHsgiFW8y7n9HYLdf/qWlNXyQAOGaAQSIeptsY=";
|
sha256 = "sha256-JJIsoC3MaUB378RfogU7BDuXOuy7Vk048CwfyNe9FYg=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user