mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -3,14 +3,14 @@
|
|||||||
options.theme = lib.mkOption {
|
options.theme = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
default = {
|
default = {
|
||||||
rounding = 10;
|
rounding = 12;
|
||||||
gaps-in = 10;
|
gaps-in = 12;
|
||||||
gaps-out = 10 * 2;
|
gaps-out = 12 * 2;
|
||||||
active-opacity = 0.97;
|
active-opacity = 0.96;
|
||||||
inactive-opacity = 0.95;
|
inactive-opacity = 0.95;
|
||||||
blur = true;
|
blur = true;
|
||||||
border-size = 3;
|
border-size = 4;
|
||||||
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
animation-speed = "medium"; # "fast" | "medium" | "slow"
|
||||||
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||||
|
|
||||||
bar = { # Hyprpanel
|
bar = { # Hyprpanel
|
||||||
@@ -56,9 +56,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
# package = pkgs.bibata-cursors;
|
name = "phinger-cursors-light";
|
||||||
# name = "Bibata-Modern-Ice";
|
package = pkgs.phinger-cursors;
|
||||||
size = 24;
|
size = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
@@ -92,7 +92,6 @@
|
|||||||
"https://raw.githubusercontent.com/Keyitdev/sddm-astronaut-theme/refs/heads/master/Backgrounds/pixel_sakura_static.png";
|
"https://raw.githubusercontent.com/Keyitdev/sddm-astronaut-theme/refs/heads/master/Backgrounds/pixel_sakura_static.png";
|
||||||
sha256 = "sha256-y6AJu7RXnI5vPLPVts6tflb9XukDkgiL+J6vUPj4lbs=";
|
sha256 = "sha256-y6AJu7RXnI5vPLPVts6tflb9XukDkgiL+J6vUPj4lbs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user