examples: Add htoprc.

* modules/rosenthal/examples/dot-config/htop/htoprc: New file.
* modules/rosenthal/services/desktop.scm (%rosenthal-skeletons)
[.config/htop/htoprc]: Add it.
This commit is contained in:
Hilton Chain 2026-04-05 19:06:43 +08:00
parent a2fee8a415
commit 2972959e31
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
htop_version=3.4.1
hide_kernel_threads=0
show_thread_names=1
show_program_path=0
highlight_base_name=1
highlight_changes=1
show_merged_command=1
show_cpu_frequency=1
show_cpu_temperature=1
column_meters_0=AllCPUs4 Memory Swap ZFSARC DiskIO NetworkIO
column_meter_modes_0=1 2 2 2 2 2
column_meters_1=System Hostname DateTime Uptime Tasks LoadAverage
column_meter_modes_1=2 2 2 2 2 2
tree_view=1
all_branches_collapsed=1

View File

@ -608,6 +608,8 @@ gtk-key-theme-name = ~a~%"
,(local-file "../examples/dot-config/autostart/shepherd.desktop")) ,(local-file "../examples/dot-config/autostart/shepherd.desktop"))
(".config/fcitx5/config" (".config/fcitx5/config"
,(local-file "../examples/dot-config/fcitx5/config")) ,(local-file "../examples/dot-config/fcitx5/config"))
(".config/htop/htoprc"
,(local-file "../examples/dot-config/htop/htoprc"))
(".config/niri/config.kdl" (".config/niri/config.kdl"
,(local-file "../examples/dot-config/niri/config.kdl")) ,(local-file "../examples/dot-config/niri/config.kdl"))
(".config/xfce4/helpers.rc" (".config/xfce4/helpers.rc"