fix(ags ws bar): make occupied bg color consistent

This commit is contained in:
matt1432 2023-12-18 19:40:18 -05:00
parent 543c1a4ae5
commit 992195529f

View file

@ -37,7 +37,6 @@ const Workspace = ({ id }) => {
const occupied = workspace && workspace['windows'] > 0;
self.toggleClassName('occupied', occupied);
self.toggleClassName('empty', !occupied);
if (!addr) {
return;