1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

Compare commits

..

No commits in common. "0e16cd0dcdb4a6c8abc8d79aa8421442d0834d39" and "6e06ed101d5ab00f9fa076578dda139f0f971165" have entirely different histories.

2 changed files with 44 additions and 46 deletions

View File

@ -35,11 +35,10 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}" "format-alt": "{ifname}: {ipaddr}/{cidr}"
}, },
"custom/weather": { "custom/weather": {
"exec": "sleep 10 && curl 'https://wttr.in/?format=%t+(%f)+%c'", "exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c'",
"interval": 1800 "interval": 1800
}, },
"custom/player": { "custom/player": {
"escape": true,
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '", "exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped  '",
"interval": 15, "interval": 15,
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000" "on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"

1
.zshrc
View File

@ -152,7 +152,6 @@ alias se='doas emerge'
alias sp='doas pacman' alias sp='doas pacman'
alias ssh='TERM="xterm-256color" ssh' alias ssh='TERM="xterm-256color" ssh'
alias sv='doasedit.sh' alias sv='doasedit.sh'
alias t='task'
alias v='nvim' alias v='nvim'
alias vw='nvim -c VimwikiIndex' alias vw='nvim -c VimwikiIndex'
alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best' alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best'