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

This commit is contained in:
Penelope Gwen 2024-06-11 13:15:02 -06:00
parent f53376a123
commit 64ddc18d7b
2 changed files with 3 additions and 1 deletions

View file

@ -174,6 +174,7 @@
//sway profile //sway profile
"custom/sway-profile": { "custom/sway-profile": {
"format": "~" "format": "{}",
"exec": "cat $HOME/.cache/sway-profiles/active_profile"
} }
} }

View file

@ -69,6 +69,7 @@ button:hover {
background-color: @color9; background-color: @color9;
color: @color0; color: @color0;
border-radius:8px; border-radius:8px;
min-width: 8px;
} }
#workspaces>button:first-child { #workspaces>button:first-child {