diff options
author | Minijackson <minijackson@riseup.net> | 2021-06-03 18:28:33 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-06-03 18:28:33 +0200 |
commit | 7049bb3140068047301b512ea1de7dad2100d54b (patch) | |
tree | 9ce07b8fec397b67606c6b86f98f266ae87b224b /common | |
parent | 927ea08637eb9cfc6ae9d1c65fe663a90b5cac8e (diff) | |
download | nixos-config-reborn-7049bb3140068047301b512ea1de7dad2100d54b.tar.gz nixos-config-reborn-7049bb3140068047301b512ea1de7dad2100d54b.zip |
htop: set better color scheme
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/htop.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commandline/htop.nix b/common/commandline/htop.nix index dd04405..13fb9e8 100644 --- a/common/commandline/htop.nix +++ b/common/commandline/htop.nix | |||
@@ -9,6 +9,8 @@ inputs: | |||
9 | enable = true; | 9 | enable = true; |
10 | 10 | ||
11 | settings = { | 11 | settings = { |
12 | color_scheme = 5; | ||
13 | |||
12 | fields = with config.lib.htop.fields; [ | 14 | fields = with config.lib.htop.fields; [ |
13 | PID | 15 | PID |
14 | USER | 16 | USER |