
RoboSloNE
Member-
Content Count
6 -
Joined
-
Last visited
About RoboSloNE
-
Rank
Newbie
-
It would be great if Alfred could use custom images instead of just color as background. And not only background, I think... Is this possible?
-
RoboSloNE reacted to a post in a topic: Controlling ncmpcpp via Alfred 2 Workflows
-
Controlling ncmpcpp via Alfred 2 Workflows
RoboSloNE replied to RoboSloNE's topic in Discussion & Help
Thank you very much! I should've suggested this myself I used brew, so my command looks like this: /usr/local/bin/ncmpcpp toggle And this is totally working! -
Controlling ncmpcpp via Alfred 2 Workflows
RoboSloNE replied to RoboSloNE's topic in Discussion & Help
Sure: http://d.pr/f/PUpm -
Controlling ncmpcpp via Alfred 2 Workflows
RoboSloNE replied to RoboSloNE's topic in Discussion & Help
Yes, I did this. And yet it doesn't work. -
Controlling ncmpcpp via Alfred 2 Workflows
RoboSloNE replied to RoboSloNE's topic in Discussion & Help
I checked this, Alfred uses my user, when runs this command. And I tried to store my scripts not in home directory, still they don't work. -
RoboSloNE reacted to a post in a topic: Blur Alfred
-
I have installed mpd and ncmpcpp, controlling it via terminal is fairly easy: ncmpcpp toggle # Toggles play/pause But when I try to make the same trick with Alfred Workflow (Trigger: Hotkey --- Action: Run Script --- Output: Post Notification) with this shell script: ncmpcpp toggle or sh /path/to/myscript.sh --------------------------------------------------- #!/bin/bash ncmpcpp toggle ...only notification pops out. Same thing happens with Automator. So, how can I control ncmpcpp via Alfred 2?