From 259c94797babba589848b103d259a74fdd3421e6 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 4 Jul 2025 00:33:49 +0300 Subject: [PATCH] refactor: misc changes --- Thunar/accels.scm | 2 -- Thunar/uca.xml | 11 ++++++++++ btop/btop.conf | 2 +- fastfetch/satanic.jsonc | 47 +++++++++++++++++++++++++++++++++++++++++ zsh/aliases.sh | 4 +++- 5 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 fastfetch/satanic.jsonc diff --git a/Thunar/accels.scm b/Thunar/accels.scm index 1d19aa4..91211c7 100644 --- a/Thunar/accels.scm +++ b/Thunar/accels.scm @@ -2,7 +2,6 @@ ; this file is an automated accelerator map dump ; (gtk_accel_path "/ThunarActions/uca-action-1739060949375198-2" "x") -; (gtk_accel_path "/ThunarDetailsView/expandable-folders" "") (gtk_accel_path "/ThunarStandardView/sort-by-type" "t") ; (gtk_accel_path "/ThunarStatusBar/toggle-last-modified" "") ; (gtk_accel_path "/Thunarwindow/menu" "") @@ -93,7 +92,6 @@ ; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") ; (gtk_accel_path "/ThunarActionManager/delete-2" "Delete") ; (gtk_accel_path "/ThunarWindow/zoom-in" "plus") -; (gtk_accel_path "/ThunarStandardView/configure-columns" "") ; (gtk_accel_path "/ThunarStandardView/rename" "F2") ; (gtk_accel_path "/ThunarWindow/open-location" "l") ; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") diff --git a/Thunar/uca.xml b/Thunar/uca.xml index ecc4a33..c600ab8 100644 --- a/Thunar/uca.xml +++ b/Thunar/uca.xml @@ -70,4 +70,15 @@ *.png;*.webp;*.jpg;*.jpeg + + emblem-symbolic-link + Paste symbolic link + + 1751568263954481-1 + ~/Dev/Scripts/symlink_from_clip %f + Creates symlink(s) in current directory for file(s) in clipboard + * + * + + diff --git a/btop/btop.conf b/btop/btop.conf index 8e350c9..786e724 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -147,7 +147,7 @@ clock_format = "%X" background_update = True #* Custom cpu model name, empty string to disable. -custom_cpu_name = "T-800 Processor" +custom_cpu_name = "T-800 CPU" #* 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". diff --git a/fastfetch/satanic.jsonc b/fastfetch/satanic.jsonc new file mode 100644 index 0000000..5471077 --- /dev/null +++ b/fastfetch/satanic.jsonc @@ -0,0 +1,47 @@ +{ + // "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "height": 8, + "type": "kitty", + "source": "~/Pictures/Fetch/Japan/ghost_pixel.png" + // "source": "$(ls ~/Pictures/Fetch/Japan/* | shuf -n 1)" + }, + "display": { + "separator": " ", + "color": { + "keys": "red" + }, + "key": { + "type": "icon" + } + }, + "modules": [ + "title", + "separator", + { + "type": "os", + "keyIcon": "" + }, + { + "type": "host", + "keyIcon": "" + }, + "wm", + { + "type": "memory", + "keyIcon": "󱤓" + }, + { + "type": "uptime", + "keyIcon": "󰥔" + }, + { + "type": "colors", + "key": "", + "keyIcon": "", + "block": { + }, + "symbol": "circle" + } + ] +} diff --git a/zsh/aliases.sh b/zsh/aliases.sh index 28cad66..76b7b0f 100644 --- a/zsh/aliases.sh +++ b/zsh/aliases.sh @@ -39,7 +39,7 @@ alias ii="curl ifconfig.me" alias tresh="gio trash" alias cumseq="exec ~/.config/bspwm/sxseq.sh" alias clear-recent="rm ~/.local/share/recently-used.xbel" -alias ttach='tmux attach' +alias tach='tmux attach' alias www='lynx lite.duckduckgo.com/lite' alias noauto="touch /tmp/startup_completed" alias camon="sudo modprobe uvcvideo" @@ -53,8 +53,10 @@ alias weather="weather-Cli get Moscow" alias weatherbal="weather-Cli get Balashikha" alias eladio_radio="ssh eladio systemctl --user restart ffmpeg-hls.service" alias peace="clear && fastfetch -c ~/.config/fastfetch/sakura_v2.jsonc" +alias neofetch="fastfetch -c /usr/share/fastfetch/presets/neofetch.jsonc" alias pp1="powerprofilesctl set power-saver" alias pp2="powerprofilesctl set balanced" alias pp3="powerprofilesctl set performance" alias vi="nvim" alias vim="nvim" +alias pentagon="~/Dev/Appimages/edexui.AppImage"