mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 09:31:14 +10:00
Minor edits
This commit is contained in:
@@ -258,6 +258,10 @@ alias regfont="setfont default8x16"
|
|||||||
# bare git repo alias for managing my dotfiles
|
# bare git repo alias for managing my dotfiles
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
||||||
|
|
||||||
|
# Aliasealias s used to upload a static website
|
||||||
|
alias dashdb="rsync -avz --exclude 'venv' --exclude '__pycache__' --exclude '*.pyc' /home/dt/nc/trading/dashboard/ root@157.230.6.42:/var/www/dtoptions/"
|
||||||
|
alias dashpdf="rsync -avz /home/dt/nc/trading/trading-plans/ root@157.230.6.42:/root/nc/trading/trading-plans/"
|
||||||
|
|
||||||
# termbin
|
# termbin
|
||||||
alias tb="nc termbin.com 9999"
|
alias tb="nc termbin.com 9999"
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,12 @@
|
|||||||
"modalAnimationSpeed": 1,
|
"modalAnimationSpeed": 1,
|
||||||
"modalCustomAnimationDuration": 150,
|
"modalCustomAnimationDuration": 150,
|
||||||
"enableRippleEffects": true,
|
"enableRippleEffects": true,
|
||||||
|
"blurEnabled": false,
|
||||||
|
"blurForegroundLayers": true,
|
||||||
|
"blurLayerOutlineOpacity": 0.12,
|
||||||
|
"blurBorderColor": "outline",
|
||||||
|
"blurBorderCustomColor": "#ffffff",
|
||||||
|
"blurBorderOpacity": 0.35,
|
||||||
"wallpaperFillMode": "Fill",
|
"wallpaperFillMode": "Fill",
|
||||||
"blurredWallpaperLayer": false,
|
"blurredWallpaperLayer": false,
|
||||||
"blurWallpaperOnOverview": false,
|
"blurWallpaperOnOverview": false,
|
||||||
@@ -52,6 +58,9 @@
|
|||||||
"selectedGpuIndex": 0,
|
"selectedGpuIndex": 0,
|
||||||
"enabledGpuPciIds": [],
|
"enabledGpuPciIds": [],
|
||||||
"showSystemTray": true,
|
"showSystemTray": true,
|
||||||
|
"systemTrayIconTintMode": "none",
|
||||||
|
"systemTrayIconTintSaturation": 50,
|
||||||
|
"systemTrayIconTintStrength": 135,
|
||||||
"showClock": true,
|
"showClock": true,
|
||||||
"showNotificationButton": true,
|
"showNotificationButton": true,
|
||||||
"showBattery": true,
|
"showBattery": true,
|
||||||
|
|||||||
@@ -237,6 +237,10 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas
|
|||||||
# Mocp must be launched with bash instead of Fish!
|
# Mocp must be launched with bash instead of Fish!
|
||||||
alias mocp="bash -c mocp"
|
alias mocp="bash -c mocp"
|
||||||
|
|
||||||
|
# Aliasealias s used to upload a static alias alias alias website
|
||||||
|
alias dashdb="rsync -avz --exclude 'venv' --exclude '__pycache__' --exclude '*.pyc' /home/dt/nc/trading/dashboard/ root@157.230.6.42:/var/www/dtoptions/"
|
||||||
|
alias dashpdf="rsync -avz /home/dt/nc/trading/trading-plans/ root@157.230.6.42:/root/nc/trading/trading-plans/"
|
||||||
|
|
||||||
### RANDOM COLOR SCRIPT ###
|
### RANDOM COLOR SCRIPT ###
|
||||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||||
# Or install it from the Arch User Repository: shell-color-scripts
|
# Or install it from the Arch User Repository: shell-color-scripts
|
||||||
|
|||||||
@@ -232,6 +232,10 @@ alias regfont="setfont default8x16"
|
|||||||
# bare git repo alias for managing my dotfiles
|
# bare git repo alias for managing my dotfiles
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
|
||||||
|
|
||||||
|
# Aliasealias s used to upload a static website
|
||||||
|
alias dashdb="rsync -avz --exclude 'venv' --exclude '__pycache__' --exclude '*.pyc' /home/dt/nc/trading/dashboard/ root@157.230.6.42:/var/www/dtoptions/"
|
||||||
|
alias dashpdf="rsync -avz /home/dt/nc/trading/trading-plans/ root@157.230.6.42:/root/nc/trading/trading-plans/"
|
||||||
|
|
||||||
# termbin
|
# termbin
|
||||||
alias tb="nc termbin.com 9999"
|
alias tb="nc termbin.com 9999"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user