From e832b3cda91064058082b995ffe8c0023b76c48f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 1 May 2022 23:16:14 +0200 Subject: [PATCH] [PKGBUILD] Update nsxiv config.h --- Documents/code/PKGBUILDs/nsxiv/PKGBUILD | 4 ++-- Documents/code/PKGBUILDs/nsxiv/config.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documents/code/PKGBUILDs/nsxiv/PKGBUILD b/Documents/code/PKGBUILDs/nsxiv/PKGBUILD index 71cf75c..f9ea731 100644 --- a/Documents/code/PKGBUILDs/nsxiv/PKGBUILD +++ b/Documents/code/PKGBUILDs/nsxiv/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=nsxiv pkgname="${_pkgname}-bepo-git" -pkgver=28.r29.g79556e9 +pkgver=29.r13.g6922d5d pkgrel=1 pkgdesc='New Simple X Image Viewer' arch=('x86_64') @@ -15,7 +15,7 @@ depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif makedepends=(git) source=("${_pkgname}::git+$url" config.h) sha512sums=('SKIP' - '83f8f9428be62a3065f4024f4b4ee0738d9aecfc40a5e814311000f527527a1bad39c397c650472ab82e6c6a5f7bf722d772faaf851bdaa0904dedc9b3fcda28') + 'fc4d8327b2de66f90af245d8670c4fd0169ba172fcdd0344d3ba6d72b13f54583b7042b4f7bfc891645675c3a0771c0144a6c0486a8380af93b7d090f990c6aa') pkgver() { cd "$srcdir/${_pkgname}" diff --git a/Documents/code/PKGBUILDs/nsxiv/config.h b/Documents/code/PKGBUILDs/nsxiv/config.h index 2608a48..63b2e03 100644 --- a/Documents/code/PKGBUILDs/nsxiv/config.h +++ b/Documents/code/PKGBUILDs/nsxiv/config.h @@ -16,6 +16,9 @@ static const char *DEFAULT_BAR_FG = NULL; /* NULL means it will default to static const char *DEFAULT_FONT = "monospace-8"; #endif +/* if true, statusbar appears on top of the window */ +static const bool TOP_STATUSBAR = false; + #endif #ifdef _TITLE_CONFIG