From 61fd89e65e40a253ff95cfe41696a7ae5836d38a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 9 Jun 2020 22:13:48 +0200 Subject: Fix sxiv config --- gui/pkgs/sxiv.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gui/pkgs') diff --git a/gui/pkgs/sxiv.nix b/gui/pkgs/sxiv.nix index 0f9e95d..385c209 100644 --- a/gui/pkgs/sxiv.nix +++ b/gui/pkgs/sxiv.nix @@ -1,15 +1,12 @@ -{ pkgs, theme, ... }: +{ pkgs, ... }: let - config = with theme; '' + config = '' #ifdef _WINDOW_CONFIG enum { WIN_WIDTH = 800, WIN_HEIGHT = 600 }; - static const char * const BAR_FONT = "${font_name}:size=${font_size}"; - static const char * const BG_COLOR = "${bg}"; - static const char * const FG_COLOR = "${fg}"; #endif #ifdef _IMAGE_CONFIG static const float zoom_levels[] = { -- cgit v1.2.3