From 2a6679a7fc918a960fc9b68c98146f8d1b2a496f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 19 Aug 2020 23:51:19 +0200 Subject: [PATCH] Remove urxvt config --- home/.urxvt/ext/dynamic-colors | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 home/.urxvt/ext/dynamic-colors 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); - } -}