Add uv and made blur bigger

This commit is contained in:
KoenDR06 2025-03-20 13:49:58 +01:00
parent 6c4b9dab68
commit aa73de920f
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ in {
sqlite sqlite
sqlitebrowser sqlitebrowser
xclip xclip
uv
]; ];
}; };
}; };

View file

@ -8,7 +8,7 @@ general {
# BACKGROUND # BACKGROUND
background { background {
path = screenshot path = screenshot
blur_size = 1 blur_size = 3
blur_passes = 3 blur_passes = 3
} }