From 0875ee822dcb6b2d06797f0c26d236775a11cae6 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Wed, 12 Feb 2025 08:31:19 -0300 Subject: [PATCH] fix: changed domains need to change url --- desktop/configs/alacritty/.config/alacritty/alacritty.toml | 2 +- desktop/configs/fish/.config/fish/config.fish | 7 ++++--- desktop/configs/fish/.config/fish/fish_variables | 2 +- desktop/configs/sway/.config/sway/settings/init | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/desktop/configs/alacritty/.config/alacritty/alacritty.toml b/desktop/configs/alacritty/.config/alacritty/alacritty.toml index db5acdb..0a71492 100644 --- a/desktop/configs/alacritty/.config/alacritty/alacritty.toml +++ b/desktop/configs/alacritty/.config/alacritty/alacritty.toml @@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"] [window] -opacity = 0.93 +opacity = 1 padding.x = 10 # padding.y = 10 decorations = "Full" diff --git a/desktop/configs/fish/.config/fish/config.fish b/desktop/configs/fish/.config/fish/config.fish index 9b83193..24bfce6 100644 --- a/desktop/configs/fish/.config/fish/config.fish +++ b/desktop/configs/fish/.config/fish/config.fish @@ -1,6 +1,7 @@ bass source /etc/profile fish_add_path "$HOME/.local/bin" fish_add_path "$HOME/.cargo/bin" +fish_add_path "$HOME/go/bin" source "$HOME/.cargo/env.fish" set -gx EDITOR "nvim" @@ -33,7 +34,7 @@ if status is-interactive alias protontricks='flatpak run com.github.Matoking.protontricks' alias protontricks-launch='flatpak run --command=protontricks-launch com.github.Matoking.protontricks' - alias generate_token="curl -u jabuxas https://paste.jabuxas.xyz | wl-copy" + alias generate_token="curl -u jabuxas https://paste.jabuxas.com | wl-copy" end function pst @@ -55,7 +56,7 @@ function pst set file "$argv[1]" end - curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz + curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.com if command test -p /dev/stdin rm "$file" @@ -90,7 +91,7 @@ function pstf set file "$argv[1]" end - curl -F "file=@$file" -Fsecret= -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz + curl -F "file=@$file" -Fsecret= -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.com if command test -p /dev/stdin rm "$file" diff --git a/desktop/configs/fish/.config/fish/fish_variables b/desktop/configs/fish/.config/fish/fish_variables index 4165189..4925e81 100644 --- a/desktop/configs/fish/.config/fish/fish_variables +++ b/desktop/configs/fish/.config/fish/fish_variables @@ -40,4 +40,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/yang/\x2emillennium/ext/bin\x1e/yang/\x2ecargo/bin\x1e/yang/\x2elocal/bin +SETUVAR fish_user_paths:/yang/go/bin\x1e/yang/\x2emillennium/ext/bin\x1e/yang/\x2ecargo/bin\x1e/yang/\x2elocal/bin diff --git a/desktop/configs/sway/.config/sway/settings/init b/desktop/configs/sway/.config/sway/settings/init index cee222a..19b6a48 100644 --- a/desktop/configs/sway/.config/sway/settings/init +++ b/desktop/configs/sway/.config/sway/settings/init @@ -3,7 +3,7 @@ exec { gsettings set $gnome-schema gtk-theme "Material-Black-Blueberry-LA" gsettings set $gnome-schema icon-theme "We10X-black-dark" gsettings set $gnome-schema cursor-theme 'Simp1e' - gsettings set $gnome-schema font-name 'Terminess Nerd Font 12' + gsettings set $gnome-schema font-name 'CartographCF Nerd Font 12' xrandr --output HDMI-A-1 --primary waybar -c ~/.config/waybar/config.jsonc & autotiling &