fix(ags ws bar): make occupied bg color consistent
This commit is contained in:
parent
543c1a4ae5
commit
992195529f
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ const Workspace = ({ id }) => {
|
|||
const occupied = workspace && workspace['windows'] > 0;
|
||||
|
||||
self.toggleClassName('occupied', occupied);
|
||||
self.toggleClassName('empty', !occupied);
|
||||
|
||||
if (!addr) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue