first blush
This commit is contained in:
5
.Xresources.d/urxvt-colors
Executable file
5
.Xresources.d/urxvt-colors
Executable file
@@ -0,0 +1,5 @@
|
||||
sub on_user_command {
|
||||
my ($self, $cmd) = @_;
|
||||
my $output = `dynamic-colors cycle`;
|
||||
$self->cmd_parse($output);
|
||||
}
|
||||
Reference in New Issue
Block a user