Remove urxvt config

This commit is contained in:
Simon Bruder 2020-08-19 23:51:19 +02:00
parent 0a10e9d411
commit 2a6679a7fc
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,17 +0,0 @@
#!/usr/bin/perl
sub on_start
{
my ($self) = @_;
my $output = `~/.dynamic-colors/bin/dynamic-colors init`;
$self->cmd_parse($output);
}
sub on_user_command
{
my ($self, $cmd) = @_;
if ($cmd eq "dynamic-colors:cycle") {
my ($self, $cmd) = @_;
my $output = `~/.dynamic-colors/bin/dynamic-colors cycle`;
$self->cmd_parse($output);
}
}