Mise à jour HTOP

This commit is contained in:
Breizh 2021-09-21 22:57:00 +02:00
parent 30b5907585
commit e8c0fc3a46
5 changed files with 22 additions and 13 deletions

View file

@ -141,7 +141,6 @@ gradient_color_3 = '#D50000'
# Percentage value for integral smoothing. Takes values from 0 - 100.
# Higher values means smoother, but less precise. 0 to disable.
; integral = 77
integral = 70
# Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable.
monstercat = 1

View file

@ -1,25 +1,29 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 17 18 48 49 39 113 111 109 110 46 47 2 1
htop_version=3.1.0
config_reader_min_version=2
fields=0 48 17 18 113 38 39 40 119 111 2 46 47 49 1
sort_key=46
sort_direction=1
tree_sort_key=46
sort_direction=-1
tree_sort_key=0
tree_sort_direction=1
hide_kernel_threads=1
hide_userland_threads=1
shadow_other_users=1
show_thread_names=1
show_thread_names=0
show_program_path=1
highlight_base_name=1
highlight_deleted_exe=1
highlight_megabytes=1
highlight_threads=1
highlight_changes=0
highlight_changes_delay_secs=5
find_comm_in_cmdline=1
strip_exe_from_cmdline=1
show_merged_command=0
show_merged_command=1
tree_view=1
tree_view_always_by_pid=0
all_branches_collapsed=0
header_margin=1
detailed_cpu_time=1
cpu_count_from_one=0
@ -32,8 +36,9 @@ account_guest_in_cpu_meter=0
color_scheme=0
enable_mouse=0
delay=15
left_meters=LeftCPUs2 Blank CPU Memory Swap Zram Blank Tasks Blank Systemd Blank PressureStallCPUSome PressureStallMemorySome PressureStallIOSome
left_meter_modes=1 2 1 1 1 1 2 2 2 2 2 2 2 2
right_meters=RightCPUs2 Blank CPU Memory LoadAverage Blank Clock Uptime Blank DiskIO NetworkIO Blank PressureStallMemoryFull PressureStallIOFull
right_meter_modes=1 2 2 2 2 2 2 2 2 2 2 2 2 2
hide_function_bar=0
header_layout=two_50_50
column_meters_0=LeftCPUs2 Blank CPU Memory Swap Zram Blank Hostname System DateTime Blank Systemd Blank PressureStallCPUSome PressureStallMemorySome PressureStallIOSome
column_meter_modes_0=1 2 1 1 1 1 2 2 2 2 2 2 2 2 2 2
column_meters_1=RightCPUs2 Blank CPU Memory Swap Zram Blank Uptime LoadAverage Tasks Blank DiskIO NetworkIO Blank PressureStallMemoryFull PressureStallIOFull
column_meter_modes_1=1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2

View file

@ -31,6 +31,10 @@ markup=pango
#command=echo $(xdotool getactivewindow getwindowname)
#interval=1
[empty_block]
command=echo " "
interval=once
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
@ -224,7 +228,8 @@ markup=none
[steam]
full_text=
command=swaymsg -q exec "steam-native +open steam://open/minigameslist"
#command=swaymsg -q exec "steam-native +open steam://open/minigameslist"
command=swaymsg -q exec "steam-native"
interval=0
separator=false

View file

@ -344,7 +344,7 @@ exec sleep 5 && footclient -a newsboat -T newsboat -o colors.alpha=1.0 -o colors
exec steam-native -silent -noverifyfiles -language french
exec play "$HOME/Musique/WELCOME BACK.wav"
exec gammastep
exec variety
exec_always variety -n
exec claws-mail --online
# Start swaybar to display a workspace bar (plus the system information swaystatus if available)

View file

@ -221,7 +221,7 @@ if [[ " ${SIMPLE_WMS[*]} " = *" $XDG_CURRENT_DESKTOP "* || " ${SIMPLE_WMS[*]} "
fi
if [[ -n $SWAYSOCK ]]; then
swaymsg output "*" bg "$WP" fit 2> /dev/null
swaymsg output "*" bg "$WP" fit "#2D2D2D" 2> /dev/null
pkill -RTMIN+12 i3blocks
fi