Skip to content

Commit d2b1346

Browse files
committed
Add htop config
1 parent 87e687e commit d2b1346

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

board/olimex/imx233_olinuxino_wordclock/device_table.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#
88
# <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
99
/sbin/boot f 755 0 0 - - - - -
10+
/root/.config d 700 0 0 - - - - -
11+
/root/.config/htop d 700 0 0 - - - - -
12+
/root/.config/htop/htoprc f 600 0 0 - - - - -
13+
/usr/sbin/wpa_action f 755 0 0 - - - - -
14+
/usr/sbin/wpa_action f 755 0 0 - - - - -
1015
/usr/sbin/wpa_action f 755 0 0 - - - - -
1116
/etc/autossh/id_rsa f 600 0 0 - - - - -
1217
/etc/init.d/S60autossh f 755 0 0 - - - - -
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Beware! This file is rewritten by htop when settings are changed in the interface.
2+
# The parser is also very primitive, and not human-friendly.
3+
fields=0 48 17 18 38 39 40 2 46 47 61 49 1
4+
sort_key=46
5+
sort_direction=1
6+
hide_threads=0
7+
hide_kernel_threads=1
8+
hide_userland_threads=0
9+
shadow_other_users=0
10+
show_thread_names=1
11+
highlight_base_name=1
12+
highlight_megabytes=1
13+
highlight_threads=1
14+
tree_view=1
15+
header_margin=1
16+
detailed_cpu_time=1
17+
cpu_count_from_zero=0
18+
update_process_names=0
19+
account_guest_in_cpu_meter=0
20+
color_scheme=0
21+
delay=15
22+
left_meters=AllCPUs Memory Swap
23+
left_meter_modes=1 1 1
24+
right_meters=Tasks LoadAverage Uptime
25+
right_meter_modes=2 2 2
26+

0 commit comments

Comments
 (0)