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

View file

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

View file

@ -12,8 +12,8 @@
b = config.scheme."${accentColour}-rgb-b";
};
in {
background = "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.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.9)";
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)";
image-opacity = "1.0";

View file

@ -98,7 +98,7 @@
{command = "${pkgs.swaynotificationcenter}/bin/swaync";}
{command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";}
{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 = {
border = 1;

View file

@ -19,7 +19,7 @@
border-radius: 10px;
border: 1px solid ${withHashtag.${accentColour}};
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};
padding: 0;
}
@ -142,7 +142,7 @@
border-radius: 10px;
border: 1px solid ${withHashtag.${accentColour}};
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};
padding: 14px;
}

View file

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