New backup 2024-12-12 01:45:02
This commit is contained in:
parent
8c5b79d421
commit
75421ca758
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Spacing between windows and edges
|
# Spacing between windows and edges
|
||||||
gaps inner 20
|
gaps inner 10
|
||||||
gaps top -19
|
gaps top -9
|
||||||
|
|
||||||
# Border styling
|
# Border styling
|
||||||
default_border pixel 5
|
default_border pixel 5
|
||||||
|
|
|
@ -41,7 +41,7 @@ window box > box {
|
||||||
|
|
||||||
.modules-left, .modules-right, #custom-feishin.enabled {
|
.modules-left, .modules-right, #custom-feishin.enabled {
|
||||||
background-color: @color0;
|
background-color: @color0;
|
||||||
margin:10px 20px 10px 20px;
|
margin:5px 10px 5px 10px;
|
||||||
padding:5px 5px 3px 5px;
|
padding:5px 5px 3px 5px;
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
box-shadow: 0px 0px 5px 3px @color0;
|
box-shadow: 0px 0px 5px 3px @color0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue