fix(waybar): idle inhibitor, when active is now visible

This commit is contained in:
2025-07-22 18:56:16 +02:00
parent 2884ae4978
commit b43aeff2ca

View File

@@ -251,7 +251,7 @@ label:focus {
}
#idle_inhibitor.activated {
background-color: alpha(#ecf0f1, 0.2);
background-color: alpha(#ecf0f1, 0.8);
color: rgb(10, 10, 10);
}