Theme ironbar
This commit is contained in:
parent
16e3985e87
commit
41b539eea8
4 changed files with 39 additions and 36 deletions
|
|
@ -79,22 +79,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
ironbar = {
|
||||
modules = lib.mkOption {
|
||||
default = [];
|
||||
example = [
|
||||
{
|
||||
type = "upower";
|
||||
class = "memory-usage";
|
||||
}
|
||||
];
|
||||
type = with lib.types; listOf attrs;
|
||||
description = ''
|
||||
Adds modules to ironbar. See https://github.com/JakeStanger/ironbar/wiki/ for more information.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
bootParams = lib.mkOption {
|
||||
default = [];
|
||||
example = ["resume=something"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue