From 0d7970742f1d09373d9a913fd3e46c58137c1fa3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 5 Apr 2025 19:25:48 +0100 Subject: Some work on Scripts notable changes: - rename `bt-connect` to `bt_connect` - rename `music` to `media` and make it generic instead of checking Spotify - make separate script to set background to a preset black image - make all shebangs "#!/usr/bin/env sh" --- Scripts/.local/scripts/playlist_choice | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Scripts/.local/scripts/playlist_choice') diff --git a/Scripts/.local/scripts/playlist_choice b/Scripts/.local/scripts/playlist_choice index af69765..0a0d809 100755 --- a/Scripts/.local/scripts/playlist_choice +++ b/Scripts/.local/scripts/playlist_choice @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh choice=$(mpc playlist | dmenu -i) if [[ -n "$choice" ]] then @@ -7,4 +7,3 @@ then else echo "No choice given" fi - -- cgit v1.2.3-13-gbd6f