diff --git a/home/.urxvt/ext/dynamic-colors b/home/.urxvt/ext/dynamic-colors deleted file mode 100755 index 5039531..0000000 --- a/home/.urxvt/ext/dynamic-colors +++ /dev/null @@ -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); - } -}