tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit b2ae9d46113586491d132e842be5de935cd4434b
parent 515a91ce6a4b6bf086ceaf469d44d8d42716da0d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 15 Dec 2018 14:59:10 +0100

Try different arch image, use integer for alpha

Diffstat:
M.gitlab-ci.yml | 2+-
Mconfig.h | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build-debian: build-arch: stage: build - image: archlinux + image: base/archlinux before_script: - pacman -Syu add build-base autoconf libx11 libxft git script: diff --git a/config.h b/config.h @@ -84,6 +84,7 @@ unsigned int tabspaces = 8; /* bg opacity */ //unsigned int alpha = 0xed; +//unsigned int alpha = 220; static const char *colorname[] = { "#434944",