mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: more cool theming
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user