firefox: modify container index
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
06a503e7cd
commit
3cc8448471
1 changed files with 2 additions and 2 deletions
|
@ -81,13 +81,13 @@ with lib; {
|
||||||
master = {
|
master = {
|
||||||
color = "pink";
|
color = "pink";
|
||||||
icon = "circle";
|
icon = "circle";
|
||||||
id = 0;
|
id = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
edu = {
|
edu = {
|
||||||
color = "orange";
|
color = "orange";
|
||||||
icon = "fruit";
|
icon = "fruit";
|
||||||
id = 1;
|
id = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue