forked from Mirrors/weechat-mpd-np
Meep.
This commit is contained in:
parent
ebf8334929
commit
c5381084b0
1 changed files with 7 additions and 3 deletions
10
np.pl
10
np.pl
|
@ -1,14 +1,18 @@
|
|||
# np.pl
|
||||
# github.com/stackptr
|
||||
# https://git.everypizza.im/n/weechat-np
|
||||
#
|
||||
# Colorized now playing script for mpd/mpc.
|
||||
# Originally https://github.com/stackptr/weechat-mpd-np/
|
||||
#
|
||||
# Colorized now playing script for playerctl.
|
||||
#
|
||||
# Use /np to print current song to buffer
|
||||
|
||||
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $descr = 'Colorized now playing script for mpd';
|
||||
my $descr = 'Colorized now playing script for playerctl';
|
||||
weechat::register('np', 'stackptr', '0.1', 'GPL3', $descr, '', '');
|
||||
weechat::hook_command('np', $descr, '',
|
||||
"Settings:
|
||||
|
|
Loading…
Add table
Reference in a new issue