AutoYADM commit: 2025-07-08 18:12:09
This commit is contained in:
parent
267f051541
commit
08b0c00bd6
3 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#? Config file for btop v. 1.4.3
|
#? Config file for btop v. 1.4.4
|
||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
#* 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"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
|
@ -150,7 +150,7 @@ background_update = True
|
||||||
custom_cpu_name = ""
|
custom_cpu_name = ""
|
||||||
|
|
||||||
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
||||||
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
|
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
||||||
disks_filter = ""
|
disks_filter = ""
|
||||||
|
|
||||||
#* Show graphs instead of meters for memory values.
|
#* Show graphs instead of meters for memory values.
|
||||||
|
|
4
.config/fish/functions/yy.fish
Normal file
4
.config/fish/functions/yy.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function yy --wraps=yazi --description 'alias yy=yazi'
|
||||||
|
yazi $argv
|
||||||
|
|
||||||
|
end
|
|
@ -17,6 +17,12 @@ require-module ui-mode
|
||||||
require-module colemak
|
require-module colemak
|
||||||
require-module clipboard
|
require-module clipboard
|
||||||
|
|
||||||
|
try %{
|
||||||
|
colorscheme ashen
|
||||||
|
} catch %{
|
||||||
|
colorscheme ashen-local
|
||||||
|
}
|
||||||
|
|
||||||
try %{
|
try %{
|
||||||
%opt{on_server}
|
%opt{on_server}
|
||||||
set-option global clipboard_copy_cmd %<base64 | tr -d '\n' | awk '{print "\033]52;c;" $0 "\a"}'>
|
set-option global clipboard_copy_cmd %<base64 | tr -d '\n' | awk '{print "\033]52;c;" $0 "\a"}'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue