This commit is contained in:
Evie Litherland-Smith 2024-05-23 07:14:19 +01:00
commit 9b196980fa
6 changed files with 9 additions and 9 deletions

View file

@ -14,7 +14,7 @@
font = "${fonts.monospace.name}-${toString fonts.sizes.applications}"; font = "${fonts.monospace.name}-${toString fonts.sizes.applications}";
fixed-font-family = "${fonts.monospace.name}"; fixed-font-family = "${fonts.monospace.name}";
variable-font-family = "${fonts.sansSerif.name}"; variable-font-family = "${fonts.sansSerif.name}";
alpha = "80"; alpha = "90";
in '' in ''
(customize-set-variable 'shell-file-name "${shell}") (customize-set-variable 'shell-file-name "${shell}")
(add-to-list 'initial-frame-alist '(font . "${font}")) (add-to-list 'initial-frame-alist '(font . "${font}"))
@ -40,12 +40,12 @@
nerd-icons-corfu nerd-icons-corfu
nerd-icons-dired nerd-icons-dired
nerd-icons-ibuffer nerd-icons-ibuffer
doom-modeline
diminish diminish
ligature ligature
page-break-lines page-break-lines
helpful helpful
which-key which-key
ace-window
link-hint link-hint
diff-hl diff-hl

View file

@ -13,7 +13,7 @@
}; };
}; };
window = { window = {
opacity = 0.8; opacity = 0.9;
dynamic_title = true; dynamic_title = true;
padding = { padding = {
x = 10; x = 10;

View file

@ -12,8 +12,8 @@
b = config.scheme."${accentColour}-rgb-b"; b = config.scheme."${accentColour}-rgb-b";
}; };
in { in {
background = "rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.8)"; background = "rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.9)";
bar-bg-color = "rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.8)"; bar-bg-color = "rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.9)";
bar-fg-color = "rgba(${base05-rgb-r}, ${base05-rgb-g}, ${base05-rgb-b}, 1.0)"; bar-fg-color = "rgba(${base05-rgb-r}, ${base05-rgb-g}, ${base05-rgb-b}, 1.0)";
border-color = "rgba(${accent.r}, ${accent.g}, ${accent.b}, 1.0)"; border-color = "rgba(${accent.r}, ${accent.g}, ${accent.b}, 1.0)";
image-opacity = "1.0"; image-opacity = "1.0";

View file

@ -98,7 +98,7 @@
{command = "${pkgs.swaynotificationcenter}/bin/swaync";} {command = "${pkgs.swaynotificationcenter}/bin/swaync";}
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";} {command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
{command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";} {command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";}
{command = "${pkgs.swaybg}/bin/swaybg -m fill -i ${../../wallpapers/space.png}";} {command = "${pkgs.swaybg}/bin/swaybg -m fill -i ${../../wallpapers/default.jpg}";}
]; ];
window = { window = {
border = 1; border = 1;

View file

@ -19,7 +19,7 @@
border-radius: 10px; border-radius: 10px;
border: 1px solid ${withHashtag.${accentColour}}; border: 1px solid ${withHashtag.${accentColour}};
margin: 18px; margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.8); background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.9);
color: ${withHashtag.base05}; color: ${withHashtag.base05};
padding: 0; padding: 0;
} }
@ -142,7 +142,7 @@
border-radius: 10px; border-radius: 10px;
border: 1px solid ${withHashtag.${accentColour}}; border: 1px solid ${withHashtag.${accentColour}};
margin: 18px; margin: 18px;
background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.8); background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.9);
color: ${withHashtag.base05}; color: ${withHashtag.base05};
padding: 14px; padding: 14px;
} }

View file

@ -269,7 +269,7 @@
window > box { window > box {
color: ${base05}; color: ${base05};
background: alpha(${base00}, 0.8); background: alpha(${base00}, 0.9);
margin: 5px 5px 0px; margin: 5px 5px 0px;
padding: 0px; padding: 0px;
border: 1px solid ${accent}; border: 1px solid ${accent};