Merge pull request #1667 from asas1asas200/zeng-feat-sway_scratchpad

This commit is contained in:
Alex
2022-10-18 09:00:31 +02:00
committed by GitHub
9 changed files with 206 additions and 2 deletions

View File

@ -82,6 +82,7 @@ button:hover {
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd {
padding: 0 10px;
color: #ffffff;
@ -256,3 +257,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;
}