From 82136707f8586ce8522a5edda305f417a10aaf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 19 Jun 2024 20:33:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(locale):=20use=20?= =?UTF-8?q?us=5FUS=20instead=20of=20es=5FES?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/user_variables.fish | 2 +- .config/user-dirs.dirs | 22 +++++++++++++------ .config/user-dirs.locale | 1 - .../catppuccin-macchiato.yazi/flavor.toml | 17 -------------- .local/bin/downloadSpotify | 2 +- 5 files changed, 17 insertions(+), 27 deletions(-) delete mode 100644 .config/user-dirs.locale diff --git a/.config/fish/user_variables.fish b/.config/fish/user_variables.fish index b12cd35e..7498f644 100644 --- a/.config/fish/user_variables.fish +++ b/.config/fish/user_variables.fish @@ -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 diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 4b1b5b8b..b96f5606 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -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" diff --git a/.config/user-dirs.locale b/.config/user-dirs.locale deleted file mode 100644 index a32b4d9c..00000000 --- a/.config/user-dirs.locale +++ /dev/null @@ -1 +0,0 @@ -es_ES diff --git a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml index 51e22641..46c5f786 100644 --- a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml +++ b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml @@ -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 = "" }, -] diff --git a/.local/bin/downloadSpotify b/.local/bin/downloadSpotify index e29ef87e..16e33b19 100755 --- a/.local/bin/downloadSpotify +++ b/.local/bin/downloadSpotify @@ -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..."