From b0c62e6c432eb7356fec83ee31b5584d48ea0330 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 12 Jan 2023 13:35:40 -0500 Subject: [PATCH] chores --- hypr/.config/hypr/hyprland.conf | 2 +- nushell/.config/nushell/env.nu | 3 +-- waybar/.config/waybar/config | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 6ad3df6..8b6be74 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -165,4 +165,4 @@ exec-once=swww init exec-once=swww img ~/Pictures/wallpapers/annystartingshort.gif # swayidle / lock -exec-once=~/bin/lock + exec-once=~/bin/lock diff --git a/nushell/.config/nushell/env.nu b/nushell/.config/nushell/env.nu index 5ec7140..f814424 100644 --- a/nushell/.config/nushell/env.nu +++ b/nushell/.config/nushell/env.nu @@ -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') diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 898952e..901adeb 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -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",