mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-14 22:04:33 +00:00
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:
parent
a2fee8a415
commit
2972959e31
15
modules/rosenthal/examples/dot-config/htop/htoprc
Normal file
15
modules/rosenthal/examples/dot-config/htop/htoprc
Normal 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
|
||||
@ -608,6 +608,8 @@ gtk-key-theme-name = ~a~%"
|
||||
,(local-file "../examples/dot-config/autostart/shepherd.desktop"))
|
||||
(".config/fcitx5/config"
|
||||
,(local-file "../examples/dot-config/fcitx5/config"))
|
||||
(".config/htop/htoprc"
|
||||
,(local-file "../examples/dot-config/htop/htoprc"))
|
||||
(".config/niri/config.kdl"
|
||||
,(local-file "../examples/dot-config/niri/config.kdl"))
|
||||
(".config/xfce4/helpers.rc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user