~ made emacsclient calls with no alternate editors in eselect (confidence in server) ~ made notmuch option on eselect actually work properly ~ adjusted icons in status scripts
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
title=$(playerctl --player=spotify metadata title | cut -c 1-30)
|
|
echo " $title"
|