This commit is contained in:
2025-09-02 13:50:53 -06:00
parent a56a99ca3f
commit 523609ea95
5 changed files with 27 additions and 21 deletions

View File

@@ -18,7 +18,7 @@
}; };
window = { window = {
opacity = 0.9; opacity = 0.9;
# blur = true; blur = true;
padding = {x=0;y=15;}; padding = {x=0;y=15;};
}; };
}; };

View File

@@ -15,11 +15,11 @@
y-margin = "15"; y-margin = "15";
}; };
colors = { colors = {
background = "#e391e2f2"; background = "2b3339f2";
text = "545454ff"; text = "d3c6aaff";
selection = "545454ff"; selection = "d3c6aaff";
selection-text = "e391e2f2"; selection-text = "2b3339ff";
border = "6e3a6dff"; border = "7fbbb3ff";
}; };
border = { border = {
width = "3"; width = "3";

View File

@@ -165,9 +165,9 @@
font-size: 13px; font-size: 13px;
} }
window#waybar { window#waybar {
color: #545454; color: #d3c6aa;
background-color: #e391e2; background-color: #2b3339;
border-bottom: 3px solid #6e3a6d; border-bottom: 3px solid #7fbbb3;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
} }
@@ -180,34 +180,35 @@
box-shadow: inset 0 -3px transparent; box-shadow: inset 0 -3px transparent;
border: 1px #000000 solid; border: 1px #000000 solid;
border-radius: 0; border-radius: 0;
color:#545454; color:#d3c6aa;
} }
button:hover { button:hover {
background: inherit; background: inherit;
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #7fbbb3;
} }
#tags button { #tags button {
padding: 0 15px; padding: 0 15px;
background-color: transparent; background-color: transparent;
border: 2px solid #6e3a6d; border: 2px solid #d3c6aa;
} }
#tags button.occupied { #tags button.occupied {
background: #545454; background: #d3c6aa;
color:#e391e2; border: 1px solid #2b3339;
color:#2b3339;
} }
#tags button.focused { #tags button.focused {
background-color: #6e3a6d; background-color: #7fbbb3;
color: #e391e2; color: #2b3339;
border: 1px solid #e391e2; border: 1px solid #2b3339;
border-bottom: 3px solid #e391e2; border-bottom: 3px solid #2b3339;
} }
#tags button.urgent { #tags button.urgent {
background-color: #f38ba8; background-color: #e67e80;
} }
@@ -223,7 +224,7 @@
#tray, #tray,
#power-profiles-daemon { #power-profiles-daemon {
padding: 0 8px; padding: 0 8px;
color:#545454; color:#d3c6aa;
} }
#window, #window,

View File

@@ -4,5 +4,9 @@
services.displayManager.sddm = { services.displayManager.sddm = {
enable = true; enable = true;
wayland.enable = true; wayland.enable = true;
theme = "astronaut";
}; };
environment.systemPackages = with pkgs;[
sddm-astronaut
];
} }

View File

@@ -13,6 +13,7 @@
../defaults/locale.nix ../defaults/locale.nix
../defaults/boot.nix ../defaults/boot.nix
../defaults/services.nix ../defaults/services.nix
../defaults/users.nix
#system packages #system packages
../packages/sddm/sddm.nix ../packages/sddm/sddm.nix
@@ -35,7 +36,7 @@
programs.firefox.enable = true; programs.firefox.enable = true;
programs.bash.interactiveShellInit = "fish"; programs.bash.interactiveShellInit = "fish";
programs.appimage.enable = true; programs.appimage.enable = true;
programs.openvpn3.enable = true; # programs.openvpn3.enable = true;
# Enable OpenGL # Enable OpenGL
hardware.graphics = { hardware.graphics = {