- user installation of nodejs
- shorten waybar player module to slice long long video title.
This commit is contained in:
2025-10-23 17:24:46 +08:00
parent c94841d0ea
commit 6903697587
2 changed files with 5 additions and 1 deletions

View File

@@ -41,9 +41,9 @@
} }
}, },
"mpris": { "mpris": {
// video plays is often with no {artist}.
"format": "{status_icon} {title}", "format": "{status_icon} {title}",
"format-stopped": "", "format-stopped": "",
"max-length": 40,
"status-icons": { "status-icons": {
"paused": "", "paused": "",
"playing": "󰐊" "playing": "󰐊"

4
.zshrc
View File

@@ -151,3 +151,7 @@ alias ykexit='systemctl --user stop YukiLauncher.slice'
alias susp="systemctl --user freeze" alias susp="systemctl --user freeze"
alias cont="systemctl --user thaw" alias cont="systemctl --user thaw"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion