♻️ refactor(locale): use us_US instead of es_ES

This commit is contained in:
Sergio Laín 2024-06-19 20:33:08 +02:00
parent 964b72ea3d
commit 82136707f8
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
5 changed files with 17 additions and 27 deletions

View file

@ -5,7 +5,7 @@ set -xg XDG_DATA_HOME $HOME/.local/share
set -xg XDG_STATE_HOME $HOME/.local/state
set -xg XDG_BIN_HOME $HOME/.local/bin
set -xg XDG_SCRIPT_HOME $HOME/.local/script
set -xg XDG_SCREENSHOTS_HOME $HOME/Imagenes/Capturas
set -xg XDG_SCREENSHOTS_HOME $HOME/Images/Screenshots
# Respect XDG Specification
set -xg CONAN_USER_HOME $XDG_CONFIG_HOME

View file

@ -1,8 +1,16 @@
XDG_DESKTOP_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/Documentos"
XDG_DOWNLOAD_DIR="$HOME/Descargas"
XDG_MUSIC_DIR="$HOME/Musica"
XDG_PICTURES_DIR="$HOME/Imagenes"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/Plantillas"
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Images"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_VIDEOS_DIR="$HOME/Videos"
XDG_GAMES_DIR="$HOME/Games"

View file

@ -1 +0,0 @@
es_ES

View file

@ -115,20 +115,3 @@ rules = [
{ name = "*", fg = "#cad3f5" },
{ name = "*/", fg = "#8aadf4" },
]
[icon]
prepend_rules = [
{ name = "Escritorio/", text = "" },
{ name = "Repos/", text = "" },
{ name = "Documentos/", text = "" },
{ name = "Descargas/", text = "" },
{ name = "Peliculas/", text = "" },
{ name = "Musica/", text = "" },
{ name = "Imagenes/", text = "" },
{ name = "Publico/", text = "" },
{ name = "Videos/", text = "" },
{ name = "Plantillas/", text = "" },
{ name = "Juegos/", text = "" },
]

View file

@ -9,7 +9,7 @@ if ! command -v spotdl &>/dev/null; then
exit 1
fi
MUSIC_FOLDER="$HOME/Musica/Listen-To"
MUSIC_FOLDER="$HOME/Music/Listen-To"
notify "Started syncing..."