mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Compare commits
2 Commits
6e06ed101d
...
0e16cd0dcd
Author | SHA1 | Date | |
---|---|---|---|
|
0e16cd0dcd | ||
|
cb5aad9a44 |
@ -35,10 +35,11 @@
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c'",
|
||||
"exec": "sleep 10 && curl 'https://wttr.in/?format=%t+(%f)+%c'",
|
||||
"interval": 1800
|
||||
},
|
||||
"custom/player": {
|
||||
"escape": true,
|
||||
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped '",
|
||||
"interval": 15,
|
||||
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"
|
||||
|
Loading…
Reference in New Issue
Block a user