New backup 2024-12-12 01:45:02

This commit is contained in:
Penelope Gwen 2024-12-12 01:45:02 -08:00
parent 8c5b79d421
commit 75421ca758
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Spacing between windows and edges
gaps inner 20
gaps top -19
gaps inner 10
gaps top -9
# Border styling
default_border pixel 5

View file

@ -41,7 +41,7 @@ window box > box {
.modules-left, .modules-right, #custom-feishin.enabled {
background-color: @color0;
margin:10px 20px 10px 20px;
margin:5px 10px 5px 10px;
padding:5px 5px 3px 5px;
border-radius:10px;
box-shadow: 0px 0px 5px 3px @color0;