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
|
//sway profile
|
||||||
"custom/sway-profile": {
|
"custom/sway-profile": {
|
||||||
"format": "1"
|
"format": "~"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@ window box > box {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
padding-bottom:2px;
|
padding-bottom:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@ -62,6 +62,15 @@ button:hover {
|
||||||
box-shadow: inset 0 -3px #ffffff;
|
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 {
|
#workspaces>button:first-child {
|
||||||
border-radius:8px 0px 0px 8px;
|
border-radius:8px 0px 0px 8px;
|
||||||
}
|
}
|
||||||
|
@ -76,7 +85,7 @@ button:hover {
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
border: 2px solid @color1;
|
border: 2px solid @color1;
|
||||||
padding: 5px 5px 3px 5px;
|
padding: 5px 5px 2px 5px;
|
||||||
background-color: @color9;
|
background-color: @color9;
|
||||||
color: @color0;
|
color: @color0;
|
||||||
}
|
}
|
||||||
|
@ -120,7 +129,7 @@ button:hover {
|
||||||
#tray,
|
#tray,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#mpd {
|
#mpd {
|
||||||
padding: 0 10px;
|
padding: 0px 8px;
|
||||||
color: @color9;
|
color: @color9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -244,7 +253,7 @@ label:focus {
|
||||||
background-color: @color9;
|
background-color: @color9;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color:@color0;
|
color:@color0;
|
||||||
padding: 5px 5px 3px 5px;
|
padding: 5px 5px 2px 5px;
|
||||||
margin-bottom:2px;
|
margin-bottom:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue