Merge branch 'master' into keyboard_state

This commit is contained in:
Alex
2021-07-23 15:59:08 +02:00
committed by GitHub
12 changed files with 387 additions and 109 deletions

View File

@ -195,6 +195,15 @@ label:focus {
background-color: #2980b9;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#idle_inhibitor {
background-color: #2d3436;
}