feat(sway/scratchpad): add some configs

Add some configs for displaying.
Remove draft codes.
This commit is contained in:
asas1asas200
2022-08-31 01:54:19 +08:00
parent e3342467fc
commit d2ff116c92
5 changed files with 61 additions and 14 deletions

View File

@ -78,6 +78,7 @@ window#waybar.chromium {
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd {
padding: 0 10px;
color: #ffffff;
@ -252,3 +253,11 @@ label:focus {
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad.empty {
background-color: transparent;
}