From 612484b25f9762bbb83405e4b649bc5fda233d5d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 8 Nov 2017 22:22:16 +0100 Subject: machines/katara: remove sent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch doesn’t apply, I don’t use it anymore. --- machines/profpatsch/katara.nix | 1 - machines/profpatsch/patches/sent-bg.patch | 18 ------------------ machines/profpatsch/pkgs.nix | 4 +--- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 machines/profpatsch/patches/sent-bg.patch (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 7e01b19e..aafbcd6d 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -163,7 +163,6 @@ in { ranger # CLI file browser remind # calender & reminder program rtorrent # monster of a bittorrent client - myPkgs.sent # suckless presentation tool unfreeAndNonDistributablePkgs.steam # the one gaming platform myPkgs.xmpp-client # CLI XMPP Client youtube-dl # download videos diff --git a/machines/profpatsch/patches/sent-bg.patch b/machines/profpatsch/patches/sent-bg.patch deleted file mode 100644 index acf92ebc..00000000 --- a/machines/profpatsch/patches/sent-bg.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/config.def.h b/config.def.h -index 92d577c..87baee5 100644 ---- a/config.def.h -+++ b/config.def.h -@@ -8,8 +8,11 @@ static char *fontfallbacks[] = { - #define NUMFONTSCALES 42 - #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ - --static const char *fgcol = "#000000"; --static const char *bgcol = "#FFFFFF"; -+/* FUCK YOU */ -+/* static const char *fgcol = "#000000"; */ -+/* static const char *bgcol = "#FFFFFF"; */ -+static const char *bgcol = "#000000"; -+static const char *fgcol = "#FFFFFF"; - - static const float linespacing = 1.4; - diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index bce51a46..86fa1611 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -37,8 +37,6 @@ let }).ghcWithPackages; }; - sent = pkgs.sent.override { patches = [ ./patches/sent-bg.patch ]; }; - mpv = pkgs.mpv.override { scripts = [ pkgs.mpvScripts.convert ]; }; beets = pkgs.beets.override { enableAlternatives = true; }; @@ -86,5 +84,5 @@ let # }; in -{ inherit taffybar sent mpv beets poezio vim +{ inherit taffybar mpv beets poezio vim fast-init xmpp-client saneGhci /*nix-gen*/ searx; } -- cgit 1.4.1