This commit is contained in:
Patrick Alvin Alcala 2025-09-11 15:27:30 +08:00
parent dc7775be9b
commit 3e393daab4
6 changed files with 20 additions and 2 deletions

View file

@ -96,6 +96,12 @@ services:
url: "http://localhost:8384"
target: "_blank"
- name: "OpenWeb UI"
logo: "assets/tools/openwebui.png"
subtitle: "Ollama frontend for local AI chat"
url: "http://localhost:5003"
target: "_blank"
- name: "VPS"
#icon: "fas fa-reddit"
@ -139,3 +145,10 @@ services:
url: "https://youtube.com"
target: "_blank"
- name: "YTS"
logo: "assets/tools/yts.png"
subtitle: "Torrent download for movies"
url: "https://yts.mx"
target: "_blank"

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
.config/homer/tools/yts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -1 +1 @@
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=1009,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="app.zen_browser.zen.desktop",[2]="brave-browser",[3]="browser",[4]="JVB_COLIBRI_PORT",[5]="8080",[6]="host",[7]="tray",[8]="runCommand",[9]="encrypt",[10]="sass",[11]="_ownername"}, previous_replace={[1]="zen.desktop"}}
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=492,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="app.zen_browser.zen.desktop",[2]="brave-browser",[3]="browser",[4]="JVB_COLIBRI_PORT",[5]="8080",[6]="host",[7]="tray",[8]="runCommand",[9]="encrypt",[10]="sass",[11]="_ownername"}, previous_replace={[1]="zen.desktop"}}

View file

@ -34,7 +34,7 @@ sub-file-paths-append=subs
sub-file-paths-append=subtitles
sub-fix-timing=no
sub-font=Segoe UI Bold
sub-font=Lexend Bold
sub-font-size=52
sub-scale-with-window=yes
sub-blur=0.2

5
.zshrc
View file

@ -160,6 +160,7 @@ alias gitr="git remote -v"
alias gitrr="git remote remove origin"
alias gitra="git remote add origin"
alias giti="git init && git branch -m master main"
alias gitreset="git checkout --orphan temp && git add -A && git commit -am 'git commits resetted' && git branch -D main && git branch -m main && git push -f origin main"
alias tarc="tar -zcvf"
alias tarx="tar -zxvf"
@ -247,6 +248,10 @@ homerlogo() {
sudo rsync -avhP $1 ~/dotfiles/.config/homer/tools/$1
}
mkvsub() {
mkvextract tracks $1 $2:$1.eng.srt
}
# Void
# alias rb="sudo reboot"
# alias sd="sudo shutdown -h now"