mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
update caelestia tray
This commit is contained in:
parent
77007dab23
commit
9eba52ac62
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
|||
id = "activeWindow";
|
||||
enabled = true;
|
||||
}
|
||||
{
|
||||
id = "spacer";
|
||||
enabled = true;
|
||||
}
|
||||
{
|
||||
id = "tray";
|
||||
enabled = true;
|
||||
|
|
@ -56,6 +60,10 @@
|
|||
enabled = true;
|
||||
}
|
||||
];
|
||||
tray = {
|
||||
background = true;
|
||||
recolour = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
weatherLocation = "西湖区, 浙江省";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue