fix: changed domains need to change url

This commit is contained in:
jabuxas 2025-02-12 08:31:19 -03:00
parent d9c3650e4a
commit 0875ee822d
4 changed files with 7 additions and 6 deletions

View File

@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
[window]
opacity = 0.93
opacity = 1
padding.x = 10
# padding.y = 10
decorations = "Full"

View File

@ -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"

View File

@ -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

View File

@ -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 &