Skip to content

Commit 01b7511

Browse files
committed
Committing updated htoprc
1 parent dece96d commit 01b7511

4 files changed

Lines changed: 58 additions & 23 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ shellcheck.log
2626
test/all.bats
2727
test/test_helper
2828
node_modules
29+
/.claude

conf/htoprc

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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+
htop_version=3.5.1
4+
config_reader_min_version=3
5+
fields=0 48 20 49 52 46 39 47 50 1
6+
hide_kernel_threads=1
7+
hide_userland_threads=1
8+
hide_running_in_container=0
9+
shadow_other_users=1
10+
show_thread_names=1
11+
show_program_path=1
12+
highlight_base_name=1
13+
highlight_deleted_exe=1
14+
shadow_distribution_path_prefix=0
15+
highlight_megabytes=1
16+
highlight_threads=1
17+
highlight_changes=1
18+
highlight_changes_delay_secs=5
19+
find_comm_in_cmdline=1
20+
strip_exe_from_cmdline=1
21+
show_merged_command=0
22+
header_margin=1
23+
screen_tabs=1
24+
detailed_cpu_time=1
25+
cpu_count_from_one=1
26+
show_cpu_smt_labels=0
27+
show_cpu_usage=1
28+
show_cpu_frequency=1
29+
show_cached_memory=1
30+
update_process_names=0
31+
account_guest_in_cpu_meter=0
32+
color_scheme=2
33+
enable_mouse=1
34+
delay=15
35+
hide_function_bar=0
36+
header_layout=two_67_33
37+
column_meters_0=Swap AllCPUs Memory MemorySwap GPU
38+
column_meter_modes_0=1 1 1 1 1
39+
column_meters_1=Uptime Battery Hostname Clock Blank DiskIOTime FileDescriptors DiskIORate DiskIO Blank LoadAverage Tasks Blank CPU GPU Blank NetworkIO
40+
column_meter_modes_1=2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 2 2
41+
tree_view=0
42+
sort_key=46
43+
tree_sort_key=46
44+
sort_direction=-1
45+
tree_sort_direction=-1
46+
tree_view_always_by_pid=0
47+
all_branches_collapsed=1
48+
screen:Main=PID USER STARTTIME TIME PERCENT_NORM_CPU PERCENT_CPU M_RESIDENT PERCENT_MEM NLWP Command
49+
.sort_key=PERCENT_CPU
50+
.tree_sort_key=PERCENT_CPU
51+
.tree_view_always_by_pid=0
52+
.tree_view=0
53+
.sort_direction=-1
54+
.tree_sort_direction=-1
55+
.all_branches_collapsed=1

package-lock.json

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"@biomejs/biome@2.4.10":
66
version "2.4.10"
7-
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-2.4.10.tgz#daa52be56f027d16ca6fe36e313fd6b405b5d0f4"
7+
resolved "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.10.tgz"
88
integrity sha512-xxA3AphFQ1geij4JTHXv4EeSTda1IFn22ye9LdyVPoJU19fNVl0uzfEuhsfQ4Yue/0FaLs2/ccVi4UDiE7R30w==
99
optionalDependencies:
1010
"@biomejs/cli-darwin-arm64" "2.4.10"
@@ -18,7 +18,7 @@
1818

1919
"@biomejs/cli-darwin-arm64@2.4.10":
2020
version "2.4.10"
21-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.10.tgz#bc348350bb2949ae814bc171354379819101268b"
21+
resolved "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.10.tgz"
2222
integrity sha512-vuzzI1cWqDVzOMIkYyHbKqp+AkQq4K7k+UCXWpkYcY/HDn1UxdsbsfgtVpa40shem8Kax4TLDLlx8kMAecgqiw==
2323

2424
"@biomejs/cli-darwin-x64@2.4.10":

0 commit comments

Comments
 (0)