first blush

This commit is contained in:
2016-10-29 15:37:46 +03:00
parent e0bf72c3c7
commit 93089c5903
4 changed files with 25 additions and 6 deletions

5
.Xresources.d/urxvt-colors Executable file
View File

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