diff --git a/.config/cava/config b/.config/cava/config index 103d3ec..ceb3f22 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -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 diff --git a/.config/htop/htoprc b/.config/htop/htoprc index e4864a7..b5df0db 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -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 diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 55aef42..92768b3 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -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 diff --git a/.config/sway/config b/.config/sway/config index e9bba29..c18be17 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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) diff --git a/.config/variety/scripts/set_wallpaper b/.config/variety/scripts/set_wallpaper index cb5e594..c1e0263 100755 --- a/.config/variety/scripts/set_wallpaper +++ b/.config/variety/scripts/set_wallpaper @@ -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