New backup 2024-06-11 13:30:02

This commit is contained in:
Penelope Gwen 2024-06-11 13:30:02 -06:00
parent 64ddc18d7b
commit 7719e7cf94
2 changed files with 4 additions and 4 deletions

View file

@ -175,6 +175,6 @@
//sway profile //sway profile
"custom/sway-profile": { "custom/sway-profile": {
"format": "{}", "format": "{}",
"exec": "cat $HOME/.cache/sway-profiles/active_profile" "exec": "/usr/bin/sp-profile-icon"
} }
} }

View file

@ -65,7 +65,7 @@ button:hover {
#custom-sway-profile { #custom-sway-profile {
margin-bottom: 2px; margin-bottom: 2px;
border: 2px solid @color1; border: 2px solid @color1;
padding: 5px 5px 2px 5px; padding: 5px 5px 3px 5px;
background-color: @color9; background-color: @color9;
color: @color0; color: @color0;
border-radius:8px; border-radius:8px;
@ -86,7 +86,7 @@ button:hover {
#workspaces button { #workspaces button {
border: 2px solid @color1; border: 2px solid @color1;
padding: 5px 5px 2px 5px; padding: 5px 5px 3px 5px;
background-color: @color9; background-color: @color9;
color: @color0; color: @color0;
} }
@ -254,7 +254,7 @@ label:focus {
background-color: @color9; background-color: @color9;
border-radius: 8px; border-radius: 8px;
color:@color0; color:@color0;
padding: 5px 5px 2px 5px; padding: 5px 5px 3px 5px;
margin-bottom:2px; margin-bottom:2px;
} }