configure stylix and allow default to remain, autoenable is now on
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./firefox
|
||||
./kitty
|
||||
./dunst
|
||||
./btop
|
||||
./waybar
|
||||
./stylix
|
||||
./hypr
|
||||
|
||||
@@ -291,7 +291,7 @@ in {
|
||||
}
|
||||
];
|
||||
|
||||
input-field = lib.mkDefault [
|
||||
input-field = lib.mkForce [
|
||||
{
|
||||
monitor = "";
|
||||
size = "400, 70";
|
||||
@@ -302,14 +302,14 @@ in {
|
||||
outer_color = lib.mkDefault "$accent";
|
||||
inner_color = lib.mkDefault "$surface0";
|
||||
font_color = lib.mkDefault "$text";
|
||||
fade_on_empty = false;
|
||||
fade_on_empty = true;
|
||||
placeholder_text = "# <span foreground=\"##$textAlpha\"><i> Logged in as </i><span foreground=\"##$accentAlpha\">$USER</span></span>";
|
||||
hide_input = false;
|
||||
check_color = lib.mkDefault "rgb(0047ab)";
|
||||
fail_color = lib.mkDefault "rgb(ff0000)";
|
||||
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
|
||||
capslock_color = "rgb(ff0000)";
|
||||
position = "0, -185";
|
||||
capslock_color = lib.mkDefault "rgb(ff0000)";
|
||||
position = lib.mkForce "0, -185";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
shadow_passes = 2;
|
||||
|
||||
@@ -19,7 +19,7 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = false;
|
||||
#autoEnable = false;
|
||||
image = wallpaper;
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
@@ -59,6 +59,7 @@ in {
|
||||
};
|
||||
|
||||
targets = {
|
||||
waybar.enable = false;
|
||||
kitty.enable = true;
|
||||
btop.enable = true;
|
||||
hyprland.enable = true;
|
||||
|
||||
@@ -20,14 +20,14 @@ in {
|
||||
width = "100%";
|
||||
height = 25;
|
||||
horizontal = true;
|
||||
font-size = 12;
|
||||
font-size = lib.mkDefault 12;
|
||||
prompt-text = " select: ";
|
||||
outline-width = 0;
|
||||
border-width = 0;
|
||||
corner-radius = 9;
|
||||
background-color = "#2f1730";
|
||||
selection-color = "#ffffff";
|
||||
text-color = "#888888";
|
||||
background-color = lib.mkDefault "#2f1730";
|
||||
selection-color = lib.mkDefault "#ffffff";
|
||||
text-color = lib.mkDefault "#888888";
|
||||
min-input-width = 120;
|
||||
result-spacing = 15;
|
||||
padding-top = 0;
|
||||
|
||||
@@ -38,7 +38,6 @@ in
|
||||
stateVersion = "25.05";
|
||||
packages = with pkgs; [
|
||||
ripgrep
|
||||
btop
|
||||
p7zip
|
||||
imagemagick
|
||||
sops
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
dunst.enable = true;
|
||||
hypr.enable = true;
|
||||
tofi.enable = true;
|
||||
btop.enable = true;
|
||||
nvf.enable = true;
|
||||
zsh.enable = true;
|
||||
ssh.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user