Updated
This commit is contained in:
parent
57142e8fdd
commit
dc7775be9b
6 changed files with 29 additions and 13 deletions
|
|
@ -90,6 +90,12 @@ services:
|
|||
url: "http://localhost:5019"
|
||||
target: "_blank"
|
||||
|
||||
- name: "Syncthing"
|
||||
logo: "assets/tools/syncthing.png"
|
||||
subtitle: "File sharing between devices"
|
||||
url: "http://localhost:8384"
|
||||
target: "_blank"
|
||||
|
||||
|
||||
- name: "VPS"
|
||||
#icon: "fas fa-reddit"
|
||||
|
|
@ -124,3 +130,12 @@ services:
|
|||
url: "https://share.patalcala.com"
|
||||
target: "_blank"
|
||||
|
||||
|
||||
- name: "Websites"
|
||||
items:
|
||||
- name: "Youtube"
|
||||
logo: "assets/tools/youtube.png"
|
||||
subtitle: "Video streaming online"
|
||||
url: "https://youtube.com"
|
||||
target: "_blank"
|
||||
|
||||
|
|
|
|||
BIN
.config/homer/tools/syncthing.png
Normal file
BIN
.config/homer/tools/syncthing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
|
|
@ -23,6 +23,7 @@ bind = $mainMod SHIFT, E, exec, $email
|
|||
|
||||
# Custom
|
||||
bind = $mainMod, M, exec, marktext
|
||||
bind = $mainMod, N, exec, obsidian
|
||||
bind = $mainMod, A, exec, flatpak run com.jeffser.Alpaca
|
||||
bind = $mainMod, E, exec, flatpak run it.mijorus.smile
|
||||
# bind = $mainMod, Print, exec, grim -g "$(slurp)" - | wl-copy && wl-paste > ~/Pictures/Screenshot-$(date +%F_%T).png
|
||||
|
|
|
|||
|
|
@ -27,3 +27,6 @@ windowrulev2 = opacity 0.85 0.5 ignorealpha 1, class:^(thunar)$
|
|||
windowrulev2 = opacity 1, class:^(mpv)$
|
||||
windowrulev2 = plugin:invertwindow, class:(org.kde.dolphin)
|
||||
windowrulev2 = float, title:^(Network Manager)$
|
||||
windowrulev2 = opacity 0.6 0.5 ignorealpha 1, title:^(btop)$
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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]=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"}}
|
||||
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"}}
|
||||
|
|
|
|||
21
.zshrc
21
.zshrc
|
|
@ -207,20 +207,14 @@ dlf() {
|
|||
}
|
||||
|
||||
fwt() {
|
||||
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt /home/patrick/Documents/WebApps/$1 && cd /home/patrick/Documents/WebApps/$1 && rm -rf .git README.md && git init && git branch -m master main && touch README.md && echo '#' $1 > README.md && pnpm install && pnpm dev
|
||||
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt /home/patrick/Documents/WebApps/$1 && cd /home/patrick/Documents/WebApps/$1 && rm -rf .git README.md && git init && git branch -m master main && touch README.md && echo '#' $1 > README.md && pnpm install && cd backend && cargo fetch && cd .. && pnpm dev
|
||||
}
|
||||
|
||||
fwtd() {
|
||||
pnpm dev
|
||||
}
|
||||
|
||||
fwtt() {
|
||||
pnpm test
|
||||
}
|
||||
|
||||
fwtb() {
|
||||
pnpm build && http-server dist
|
||||
}
|
||||
alias fwtd="pnpm dev"
|
||||
alias fwtt="pnpm test && pnpm exec playwright show-report"
|
||||
alias fwtb="pnpm build && http-server dist"
|
||||
alias fwtbd="docker compose up -d"
|
||||
alias fwtbp="podman-compose up -d"
|
||||
|
||||
alias rmf="sudo rm -rf"
|
||||
|
||||
|
|
@ -249,6 +243,9 @@ alias wifil="nmcli c up uuid 5d189afa-765b-47ed-a323-ec3559177867"
|
|||
|
||||
alias homer="nvim ~/dotfiles/.config/homer/config.yml"
|
||||
|
||||
homerlogo() {
|
||||
sudo rsync -avhP $1 ~/dotfiles/.config/homer/tools/$1
|
||||
}
|
||||
|
||||
# Void
|
||||
# alias rb="sudo reboot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue