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 = {
|
||||
color = "pink";
|
||||
icon = "circle";
|
||||
id = 0;
|
||||
id = 1;
|
||||
};
|
||||
|
||||
edu = {
|
||||
color = "orange";
|
||||
icon = "fruit";
|
||||
id = 1;
|
||||
id = 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue