🔧 chore(system): change xdg directories first letter to lowercase
This commit is contained in:
parent
8c941a0b65
commit
538fe305e4
8 changed files with 37 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
image_folder="$HOME/Pictures/"
|
||||
video_folder="$HOME/Videos/"
|
||||
image_folder="$HOME/pictures/"
|
||||
video_folder="$HOME/videos/"
|
||||
|
||||
# Utils
|
||||
notify() {
|
||||
|
|
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue