Files
dotfiles/.Xresources.d/urxvt-colors
2016-10-29 15:37:46 +03:00

6 lines
117 B
Plaintext
Executable File

sub on_user_command {
my ($self, $cmd) = @_;
my $output = `dynamic-colors cycle`;
$self->cmd_parse($output);
}