aboutsummaryrefslogtreecommitdiff
path: root/gui/pkgs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-09 22:13:48 +0200
committerAdrian Kummerlaender2020-06-09 22:13:48 +0200
commit61fd89e65e40a253ff95cfe41696a7ae5836d38a (patch)
tree7bc9574c3793edbca5ed8a49a8ee47965cf675e8 /gui/pkgs
parentd292d28fedd4bc7ab8c3bdff5fcc0ba4534cf21e (diff)
downloadnixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar.gz
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar.bz2
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar.lz
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar.xz
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.tar.zst
nixos_home-61fd89e65e40a253ff95cfe41696a7ae5836d38a.zip
Fix sxiv config
Diffstat (limited to 'gui/pkgs')
-rw-r--r--gui/pkgs/sxiv.nix7
1 files changed, 2 insertions, 5 deletions
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[] = {