This commit is contained in:
notohh 2023-01-12 13:35:40 -05:00
parent 80a816c812
commit b0c62e6c43
3 changed files with 3 additions and 4 deletions

View file

@ -59,8 +59,7 @@ let-env NU_PLUGIN_DIRS = [
]
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
starship init nu | save -f ~/.cache/starship/init.nu
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
# let-env PATH = ($env.PATH | split row (char esep) | prepend '/some/path')

View file

@ -141,7 +141,7 @@
},
"custom/spotify": {
"exec": "/usr/bin/python3 ~/.config/waybar/scripts/mediaplayer.py --player spotifu",
"exec": "/nix/store/7j7bdcb7b471j8bpz5pmc9ivqqiy1cb9-system-path/bin/python3 ~/.config/waybar/scripts/mediaplayer.py --player spotify",
"format": "{} ",
"return-type": "json",
"on-click": "playerctl play-pause",