feat: more cool theming

This commit is contained in:
2024-04-25 22:18:18 +02:00
parent 5c27567ca1
commit b9cd147c0e
5 changed files with 30 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
@import "./theme.css";
* {
font-family: "NotoSans NF";
}
@@ -7,7 +9,6 @@ window#window {
}
box#main {
background: rgba(48, 52, 70, 0.4);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
border-radius: 24px;
}

View File

@@ -13,6 +13,9 @@
enable = true;
variables = [ "--all" ];
};
extraConfig = ''
source=./theme.conf
'';
settings = {
env = [
"XDG_SESSION_TYPE,wayland"
@@ -29,6 +32,10 @@
general = {
layout = "master";
resize_on_border = true;
extend_border_grab_area = 2;
border_size = 2;
gaps_in = 12;
gaps_out = 24;
};
master = {
orientation = "center";
@@ -91,6 +98,7 @@
"ignorealpha 0.3, anyrun"
];
decoration = {
rounding = 24;
drop_shadow = "yes";
shadow_range = 16;
"col.shadow" = "rgba(00000044)";