frobar: Add load provider
This commit is contained in:
parent
d6d3df65df
commit
42034eb5d8
3 changed files with 22 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
programs.powerline-go = {
|
||||
enable = true;
|
||||
modules = [ "user" "host" "venv" "cwd" "perms" "nix-shell" "git" ];
|
||||
modulesRight = [ "jobs" "exit" "duration" "load" ];
|
||||
modulesRight = [ "jobs" "exit" "duration" ];
|
||||
settings = {
|
||||
colorize-hostname = true;
|
||||
hostname-only-if-ssh = true;
|
||||
|
@ -20,4 +20,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
# TODO Replace load with a frobar indicator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue