From 53188dc8c6c201504a3eafe0447183b2c41bad34 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Sun, 10 Mar 2024 04:59:09 -0400 Subject: [PATCH] oof x3 --- user/.config/btop/btop.conf | 44 +++++++++++++++++++++++--- user/.config/fuzzel/fuzzel.ini | 4 +-- user/.config/fuzzel/scripts/fuzz_scrot | 2 +- user/.config/gtk-2.0/gtkrc-2.0 | 2 +- user/.config/gtk-3.0/settings.ini | 2 +- user/.config/hypr/rules.conf | 2 +- user/.config/hypr/theme.conf | 4 +-- user/.config/vifm/vifmrc | 2 +- 8 files changed, 49 insertions(+), 13 deletions(-) diff --git a/user/.config/btop/btop.conf b/user/.config/btop/btop.conf index c1669d15c..174d56cad 100644 --- a/user/.config/btop/btop.conf +++ b/user/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.13 +#? Config file for btop v. 1.3.2 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -37,6 +37,9 @@ graph_symbol = "braille" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_cpu = "default" +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". +graph_symbol_gpu = "default" + # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_mem = "default" @@ -46,7 +49,7 @@ graph_symbol_net = "default" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_proc = "default" -#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. +#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. @@ -69,7 +72,7 @@ proc_colors = True proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False +proc_per_core = True #* Show process memory as bytes instead of percent. proc_mem_bytes = True @@ -86,6 +89,9 @@ proc_left = False #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). proc_filter_kernel = False +#* In tree-view, always accumulate child process resources in the parent process. +proc_aggregate = False + #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. cpu_graph_upper = "total" @@ -94,6 +100,9 @@ cpu_graph_upper = "total" #* Select from a list of detected attributes from the options menu. cpu_graph_lower = "total" +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". +show_gpu_info = "Auto" + #* Toggles if the lower CPU graph should be inverted. cpu_invert_lower = True @@ -207,6 +216,33 @@ show_battery = True #* Which battery to use if multiple are present. "Auto" for auto detection. selected_battery = "Auto" +#* Show power stats of battery next to charge indicator. +show_battery_watts = True + #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" \ No newline at end of file +log_level = "WARNING" + +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. +nvml_measure_pcie_speeds = True + +#* Horizontally mirror the GPU graph. +gpu_mirror_graph = True + +#* Custom gpu0 model name, empty string to disable. +custom_gpu_name0 = "" + +#* Custom gpu1 model name, empty string to disable. +custom_gpu_name1 = "" + +#* Custom gpu2 model name, empty string to disable. +custom_gpu_name2 = "" + +#* Custom gpu3 model name, empty string to disable. +custom_gpu_name3 = "" + +#* Custom gpu4 model name, empty string to disable. +custom_gpu_name4 = "" + +#* Custom gpu5 model name, empty string to disable. +custom_gpu_name5 = "" diff --git a/user/.config/fuzzel/fuzzel.ini b/user/.config/fuzzel/fuzzel.ini index f77ce9f01..a46341159 100644 --- a/user/.config/fuzzel/fuzzel.ini +++ b/user/.config/fuzzel/fuzzel.ini @@ -1,10 +1,10 @@ font=Mononoki Nerd Font:size=09 prompt=" " -icon-theme=gruvbox-dark-icons-gtk +icon-theme=Papirus-Dark icons-enabled=yes password-character=* fuzzy=yes -terminal=wezterm start +terminal=alacritty lines=20 width=70 inner-pad=12 diff --git a/user/.config/fuzzel/scripts/fuzz_scrot b/user/.config/fuzzel/scripts/fuzz_scrot index e86bf1034..0edce8d8d 100755 --- a/user/.config/fuzzel/scripts/fuzz_scrot +++ b/user/.config/fuzzel/scripts/fuzz_scrot @@ -149,7 +149,7 @@ shot_area() { if [ "$sschoice" = "$sscho1" ]; then sleep 0.5 && wayshot -s "$(slurp)" --stdout | wl-copy && notify-send "Screenshot saved to clipboard"; elif [ "$sschoice" = "$sscho2" ]; then - sleep 0.5 && wayshot -f "$SHOTDIR/$(date +%s).jpg" && notify-send "Screenshot saved to $SHOTDIR"; + sleep 0.5 && wayshot -s "$(slurp)" -f "$SHOTDIR/$(date +%s).jpg" && notify-send "Screenshot saved to $SHOTDIR"; else exit 0 fi diff --git a/user/.config/gtk-2.0/gtkrc-2.0 b/user/.config/gtk-2.0/gtkrc-2.0 index deabf33be..e2e9a58f1 100644 --- a/user/.config/gtk-2.0/gtkrc-2.0 +++ b/user/.config/gtk-2.0/gtkrc-2.0 @@ -1,6 +1,6 @@ gtk-theme-name="Gruvbox-Dark-BL" gtk-icon-theme-name="Papirus-Dark" -gtk-font-name="Mononoki Nerd Font 12" +gtk-font-name="Cantarell 12" gtk-cursor-theme-name="Simp1e-Gruvbox-Dark" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH diff --git a/user/.config/gtk-3.0/settings.ini b/user/.config/gtk-3.0/settings.ini index 67643a6b7..ff6cc6558 100644 --- a/user/.config/gtk-3.0/settings.ini +++ b/user/.config/gtk-3.0/settings.ini @@ -1,7 +1,7 @@ [Settings] gtk-theme-name=Gruvbox-Dark-BL gtk-icon-theme-name=Papirus-Dark -gtk-font-name=Mononoki Nerd Font 12 +gtk-font-name=Cantarell 12 gtk-cursor-theme-name=Simp1e-Gruvbox-Dark gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH diff --git a/user/.config/hypr/rules.conf b/user/.config/hypr/rules.conf index edc2fd161..b7ff63c6f 100644 --- a/user/.config/hypr/rules.conf +++ b/user/.config/hypr/rules.conf @@ -116,6 +116,6 @@ windowrule = workspace 10, ^(com.github.tkashkin.gamehub)$ windowrule = workspace 10, ^(DarkPlaces)$ windowrule = workspace 10, ^(pyrogenesis)$ windowrule = workspace 10, ^(wesnoth)$ -windowrule = workspace 10, ^(Steam)$ +windowrule = workspace 10, ^(steam)$ windowrule = workspace 10, ^(Minetest)$ windowrule = workspace 10, ^(org.prismlauncher.PrismLauncher)$ diff --git a/user/.config/hypr/theme.conf b/user/.config/hypr/theme.conf index 4d4a7fcb1..af8858210 100644 --- a/user/.config/hypr/theme.conf +++ b/user/.config/hypr/theme.conf @@ -50,8 +50,8 @@ decoration { # ┣╸ ┃ ┃┃┗┫ ┃ # ╹ ┗━┛╹ ╹ ╹ -exec = gsettings set org.gnome.desktop.interface font-name 'Mononoki Nerd Font 12' -exec = gsettings set org.gnome.desktop.interface document-font-name 'Mononoki Nerd Font 12' +exec = gsettings set org.gnome.desktop.interface font-name 'Cantarell 12' +exec = gsettings set org.gnome.desktop.interface document-font-name 'Liberation Sans 12' exec = gsettings set org.gnome.desktop.interface monospace-font-name 'Mononoki Nerd Font 12' exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba' exec = gsettings set org.gnome.desktop.interface font-hinting 'full' diff --git a/user/.config/vifm/vifmrc b/user/.config/vifm/vifmrc index c65f7b2c3..c32b237b0 100644 --- a/user/.config/vifm/vifmrc +++ b/user/.config/vifm/vifmrc @@ -346,7 +346,7 @@ filetype *.7z fileviewer *.7z 7z l %c " Office files -filextype *.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx libreoffice %f & +filextype *.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx flatpak run org.libreoffice.LibreOffice %f & fileviewer *.doc catdoc %c fileviewer *.docx docx2txt.pl %f -