Mises à jour diverses
This commit is contained in:
parent
b16bf69135
commit
0b3976c9c4
3 changed files with 8 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 17 18 48 49 39 113 109 110 46 47 2 1
|
fields=0 17 18 48 49 39 113 109 110 46 47 2 1
|
||||||
sort_key=47
|
sort_key=46
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
tree_sort_key=48
|
tree_sort_key=46
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=1
|
hide_userland_threads=1
|
||||||
|
@ -18,13 +18,13 @@ highlight_changes_delay_secs=5
|
||||||
find_comm_in_cmdline=1
|
find_comm_in_cmdline=1
|
||||||
strip_exe_from_cmdline=1
|
strip_exe_from_cmdline=1
|
||||||
show_merged_command=0
|
show_merged_command=0
|
||||||
tree_view=1
|
tree_view=0
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=0
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=1
|
detailed_cpu_time=1
|
||||||
cpu_count_from_one=1
|
cpu_count_from_one=1
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=0
|
show_cpu_frequency=1
|
||||||
show_cpu_temperature=0
|
show_cpu_temperature=0
|
||||||
degree_fahrenheit=0
|
degree_fahrenheit=0
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
|
@ -36,3 +36,4 @@ left_meters=LeftCPUs2 Blank CPU Memory Swap Blank Tasks
|
||||||
left_meter_modes=1 2 1 1 1 2 2
|
left_meter_modes=1 2 1 1 1 2 2
|
||||||
right_meters=RightCPUs2 Blank CPU Memory LoadAverage Blank Clock Uptime
|
right_meters=RightCPUs2 Blank CPU Memory LoadAverage Blank Clock Uptime
|
||||||
right_meter_modes=1 2 2 2 2 2 2 2
|
right_meter_modes=1 2 2 2 2 2 2 2
|
||||||
|
hide_function_bar=0
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#-o "%(playlist_index)s.%(title)s.mkv"
|
|
||||||
-o "%(title)s.mkv"
|
-o "%(title)s.mkv"
|
||||||
--merge-output-format mkv
|
--merge-output-format mkv
|
||||||
--embed-subs
|
--embed-subs
|
||||||
|
@ -6,7 +5,5 @@
|
||||||
--write-auto-sub
|
--write-auto-sub
|
||||||
--sub-lang fr,en
|
--sub-lang fr,en
|
||||||
-i
|
-i
|
||||||
#--hls-prefer-ffmpeg
|
-f "((bestvideo[vcodec^=av01][height=1080]/bestvideo[vcodec=vp9][height=1080]/bestvideo[height=1080]/bestvideo[vcodec^=av01][height>=?720]/bestvideo[vcodec=vp9][height>=?720]/bestvideo[height>=?720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best"
|
||||||
#--external-downloader aria2c
|
|
||||||
-f "((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[container=webm][height>=?720]/bestvideo[ext=webm][height>=?720]/bestvideo[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"
|
|
||||||
--add-metadata
|
--add-metadata
|
||||||
|
|
|
@ -18,8 +18,8 @@ case $BLOCK_BUTTON in
|
||||||
1) mpc -q prev ;;
|
1) mpc -q prev ;;
|
||||||
2) mpc -q toggle ;;
|
2) mpc -q toggle ;;
|
||||||
3) mpc -q next ;;
|
3) mpc -q next ;;
|
||||||
4) mpc -q volume +2 ;;
|
#4) mpc -q volume +2 ;;
|
||||||
5) mpc -q volume -2 ;;
|
#5) mpc -q volume -2 ;;
|
||||||
#?*) notify-send "Test" "$BLOCK_BUTTON" ;;
|
#?*) notify-send "Test" "$BLOCK_BUTTON" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue