This commit is contained in:
2025-11-14 09:07:37 +01:00
parent 03aebab782
commit e6609fd6f4
80 changed files with 770 additions and 77 deletions

View File

@@ -79,5 +79,8 @@
# Avante
curl
cargo
clang
zig
rustc
];
}

View File

@@ -2,7 +2,7 @@
{
home.file = {
"Pictures/Wallpapers" = {
source = ../../wallpapers;
source = ../../../../wallpapers;
recursive = true;
};
};

View File

@@ -126,6 +126,7 @@ window#waybar.hidden {
background: @overlay2;
border-radius: 10px;
margin: 5px;
color: @crust;
}
#custom-cava {
@@ -145,6 +146,7 @@ window#waybar.hidden {
/* Weather */
#custom-weather {
background: @overlay2;
color: @crust;
border-radius: 10px;
margin: 5px 20px;
padding: 0px 10px;