New backup 2024-06-11 13:30:02
This commit is contained in:
parent
64ddc18d7b
commit
7719e7cf94
2 changed files with 4 additions and 4 deletions
|
@ -175,6 +175,6 @@
|
|||
//sway profile
|
||||
"custom/sway-profile": {
|
||||
"format": "{}",
|
||||
"exec": "cat $HOME/.cache/sway-profiles/active_profile"
|
||||
"exec": "/usr/bin/sp-profile-icon"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ button:hover {
|
|||
#custom-sway-profile {
|
||||
margin-bottom: 2px;
|
||||
border: 2px solid @color1;
|
||||
padding: 5px 5px 2px 5px;
|
||||
padding: 5px 5px 3px 5px;
|
||||
background-color: @color9;
|
||||
color: @color0;
|
||||
border-radius:8px;
|
||||
|
@ -86,7 +86,7 @@ button:hover {
|
|||
|
||||
#workspaces button {
|
||||
border: 2px solid @color1;
|
||||
padding: 5px 5px 2px 5px;
|
||||
padding: 5px 5px 3px 5px;
|
||||
background-color: @color9;
|
||||
color: @color0;
|
||||
}
|
||||
|
@ -254,7 +254,7 @@ label:focus {
|
|||
background-color: @color9;
|
||||
border-radius: 8px;
|
||||
color:@color0;
|
||||
padding: 5px 5px 2px 5px;
|
||||
padding: 5px 5px 3px 5px;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue