feat: Improve the noctalia plugins' settings
This commit is contained in:
parent
12269ba1c6
commit
a9e9916499
2 changed files with 4 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ in {
|
||||||
programs.noctalia-shell = {
|
programs.noctalia-shell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
plugins = toString ./plugins.json;
|
plugins = builtins.fromJSON (builtins.readFile ./plugins.json);
|
||||||
settings =
|
settings =
|
||||||
lib.recursiveUpdate
|
lib.recursiveUpdate
|
||||||
(builtins.fromJSON (builtins.readFile ./settings.json))
|
(builtins.fromJSON (builtins.readFile ./settings.json))
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
|
{
|
||||||
|
"id": "plugin:timer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"displayMode": "onhover",
|
"displayMode": "onhover",
|
||||||
"id": "Brightness"
|
"id": "Brightness"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue