Skip to content

Commit

Permalink
Merge pull request #80 from arcticicestudio/feature/gh-68-htop
Browse files Browse the repository at this point in the history
htop
  • Loading branch information
arcticicestudio authored Nov 28, 2017
2 parents 503561d + 4d8031d commit 952d502
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
33 changes: 33 additions & 0 deletions snowblocks/htop/htoprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright (c) 2016-2017 Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (c) 2016-2017 Sven Greb <code@svengreb.de>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT
# References:
# htop(1)

fields=0 48 17 38 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
show_thread_names=1
show_program_path=1
highlight_base_name=0
highlight_megabytes=1
highlight_threads=1
tree_view=1
header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
delay=15
left_meters=AllCPUs Memory Swap
left_meter_modes=1 1 1
right_meters=Hostname Tasks LoadAverage Uptime Battery
right_meter_modes=2 2 2 2 2
13 changes: 13 additions & 0 deletions snowblocks/htop/snowblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"clean": ["~/.config/htop"]
},
{
"link": {
"~/.config/htop/htoprc": {
"create": true,
"path": "htoprc"
}
}
}
]

0 comments on commit 952d502

Please sign in to comment.