diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index 291af821..146141d9 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -1,11 +1,11 @@ -file:///home/matt/Downloads Downloads -file:///home/matt/Documents Documents -file:///home/matt/Pictures Images -file:///home/matt/Music Music -file:///home/matt/Games Games -file:///home/matt/Videos Videos -file:///home/matt/.config .config -file:///home/matt/.config/hypr/theme/walls walls -file:///home/matt/Documents/Obsidian/obsidianVault obsidianVault +file:///home/matt/downloads downloads +file:///home/matt/documents documents +file:///home/matt/music music +file:///home/matt/pictures pictures +file:///home/matt/videos videos +file:///home/matt/games games +file:///home/matt/repos repos +file:///home/matt/documents/obsidian-vaults obsidian-vaults file:///backups backups file:///vm vm +file:///home/matt/.config .config diff --git a/.config/nvim/lua/plugins/extras/editor/codesnap.lua b/.config/nvim/lua/plugins/extras/editor/codesnap.lua index 527841e5..5adde416 100644 --- a/.config/nvim/lua/plugins/extras/editor/codesnap.lua +++ b/.config/nvim/lua/plugins/extras/editor/codesnap.lua @@ -9,7 +9,7 @@ return { }, cond = vim.env.KITTY_SCROLLBACK_NVIM == nil, opts = { - save_path = (os.getenv("HOME") .. "/Pictures/Screenshots/Code"), + save_path = (os.getenv("HOME") .. "/pictures/screenshots/code"), title = "CodeSnap.nvim", code_font_family = "JetBrainsMono Nerd Font", watermark_font_family = "JetBrainsMono Nerd Font", diff --git a/.config/rofi/scripts/screenshot/screenshot b/.config/rofi/scripts/screenshot/screenshot index 32db531e..557cff74 100755 --- a/.config/rofi/scripts/screenshot/screenshot +++ b/.config/rofi/scripts/screenshot/screenshot @@ -7,7 +7,7 @@ fi # variables theme="$HOME/.config/rofi/scripts/screenshot/style.rasi" hyprshot="$HOME/.config/hypr/scripts/hyprshot" -save_dir="$HOME/Pictures/Screenshots/PC" +save_dir="$HOME/pictures/screenshots/pc" filename="captura-$(date +%Y-%m-%d-%s).png" command="$hyprshot -o $save_dir -f $filename $extra_args" diff --git a/.config/rofi/scripts/screenshot/screenshot_selection b/.config/rofi/scripts/screenshot/screenshot_selection index fe5c91b5..0b81efac 100755 --- a/.config/rofi/scripts/screenshot/screenshot_selection +++ b/.config/rofi/scripts/screenshot/screenshot_selection @@ -1,6 +1,6 @@ #!/bin/bash -screenshots_dir=$HOME/Pictures/Screenshots/PC +screenshots_dir=$HOME/pictures/screenshots/pc theme="$HOME/.config/rofi/scripts/wallpaper/style.rasi" build_theme() { diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 4690dbf7..c2394352 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,12 +5,12 @@ # 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/Pictures" -XDG_PUBLICSHARE_DIR="$HOME/Public" -XDG_TEMPLATES_DIR="$HOME/Templates" -XDG_VIDEOS_DIR="$HOME/Videos" -XDG_GAMES_DIR="$HOME/Games" +XDG_DESKTOP_DIR="$HOME/desktop" +XDG_DOCUMENTS_DIR="$HOME/documents" +XDG_DOWNLOAD_DIR="$HOME/downloads" +XDG_MUSIC_DIR="$HOME/music" +XDG_PICTURES_DIR="$HOME/pictures" +XDG_PUBLICSHARE_DIR="$HOME/public" +XDG_TEMPLATES_DIR="$HOME/templates" +XDG_VIDEOS_DIR="$HOME/videos" +XDG_GAMES_DIR="$HOME/games" diff --git a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml index 1633f622..26f2cd2a 100644 --- a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml +++ b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml @@ -594,6 +594,19 @@ dirs = [ { name = "Public", text = "" }, { name = "Templates", text = "" }, { name = "Videos", text = "" }, + { name = "desktop", text = "" }, + { name = "repos", text = "" }, + { name = "documents", text = "" }, + { name = "downloads", text = "" }, + { name = "library", text = "" }, + { name = "obsidian", text = "󰠮" }, + { name = "games", text = "" }, + { name = "movies", text = "" }, + { name = "music", text = "" }, + { name = "pictures", text = "" }, + { name = "public", text = "" }, + { name = "templates", text = "" }, + { name = "videos", text = "" }, ] files = [ diff --git a/.local/bin/downloadMedia b/.local/bin/downloadMedia index 5758e46a..cbd062b4 100755 --- a/.local/bin/downloadMedia +++ b/.local/bin/downloadMedia @@ -1,7 +1,7 @@ #!/bin/bash -image_folder="$HOME/Pictures/" -video_folder="$HOME/Videos/" +image_folder="$HOME/pictures/" +video_folder="$HOME/videos/" # Utils notify() { diff --git a/.local/bin/downloadSpotify b/.local/bin/downloadSpotify index 16e33b19..446d0017 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/Music/Listen-To" +MUSIC_FOLDER="$HOME/music/listen-to" notify "Started syncing..."