diff options
author | Adrian Kummerlaender | 2021-06-10 00:07:28 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-06-10 00:07:28 +0200 |
commit | 9d4709799036a4a07281c3db191596fd01e1c166 (patch) | |
tree | 70e197f7f004c3aa0202368a3106fb7e59b5dc03 /gui | |
parent | aa7459de79f30abe8657296c2a5f805483aaad3d (diff) | |
download | nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar.gz nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar.bz2 nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar.lz nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar.xz nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.tar.zst nixos_home-9d4709799036a4a07281c3db191596fd01e1c166.zip |
Fix htop config
Diffstat (limited to 'gui')
-rw-r--r-- | gui/htop.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/htop.nix b/gui/htop.nix index bb1f2bf..29b14ef 100644 --- a/gui/htop.nix +++ b/gui/htop.nix @@ -5,13 +5,13 @@ enable = true; settings = { - treeView = true; + tree_view = true; - showProgramPath = false; - highlightBaseName = true; + show_program_path = false; + highlight_base_name = true; - hideThreads = true; - hideUserlandThreads = true; + hide_threads = true; + hide_userland_threads = true; left_meter_modes = [ "LeftCPUs4" "Memory" "Swap" ]; right_meter_modes = [ "RightCPUs4" "Tasks" "LoadAverage" "Uptime" ]; |