update
- user installation of nodejs - shorten waybar player module to slice long long video title.
This commit is contained in:
@@ -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
4
.zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user