New backup 2024-06-11 13:00:02
This commit is contained in:
parent
9daf822080
commit
f53376a123
2 changed files with 14 additions and 5 deletions
|
@ -174,6 +174,6 @@
|
|||
|
||||
//sway profile
|
||||
"custom/sway-profile": {
|
||||
"format": "1"
|
||||
"format": "~"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ window box > box {
|
|||
}
|
||||
|
||||
#workspaces {
|
||||
padding-bottom:2px;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -62,6 +62,15 @@ button:hover {
|
|||
box-shadow: inset 0 -3px #ffffff;
|
||||
}
|
||||
|
||||
#custom-sway-profile {
|
||||
margin-bottom: 2px;
|
||||
border: 2px solid @color1;
|
||||
padding: 5px 5px 2px 5px;
|
||||
background-color: @color9;
|
||||
color: @color0;
|
||||
border-radius:8px;
|
||||
}
|
||||
|
||||
#workspaces>button:first-child {
|
||||
border-radius:8px 0px 0px 8px;
|
||||
}
|
||||
|
@ -76,7 +85,7 @@ button:hover {
|
|||
|
||||
#workspaces button {
|
||||
border: 2px solid @color1;
|
||||
padding: 5px 5px 3px 5px;
|
||||
padding: 5px 5px 2px 5px;
|
||||
background-color: @color9;
|
||||
color: @color0;
|
||||
}
|
||||
|
@ -120,7 +129,7 @@ button:hover {
|
|||
#tray,
|
||||
#idle_inhibitor,
|
||||
#mpd {
|
||||
padding: 0 10px;
|
||||
padding: 0px 8px;
|
||||
color: @color9;
|
||||
}
|
||||
|
||||
|
@ -244,7 +253,7 @@ label:focus {
|
|||
background-color: @color9;
|
||||
border-radius: 8px;
|
||||
color:@color0;
|
||||
padding: 5px 5px 3px 5px;
|
||||
padding: 5px 5px 2px 5px;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue