bar-git: update to 20130927_1

This commit is contained in:
Ypnose 2013-09-27 18:46:33 +02:00
parent f5e84f401f
commit 4b800d66b4
2 changed files with 15 additions and 12 deletions

View File

@ -14,15 +14,18 @@
#define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1","fixed" #define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1","fixed"
/* Some fonts don't set the right width for some chars, pheex it */ /* Some fonts don't set the right width for some chars, pheex it */
#define BAR_FONT_FALLBACK_WIDTH 6 #define BAR_FONT_FALLBACK_WIDTH 6
/* Define the opacity of the bar (requires a compositor such as compton) */
#define BAR_OPACITY 1.0 /* 0 is invisible, 1 is opaque */
/* Color palette */ /* Color palette */
#define COLOR0 0x1A1A1A /* background */ #define BACKGROUND 0x232c31
#define COLOR1 0xA9A9A9 /* foreground */ #define COLOR0 0x2d3c46
#define COLOR2 0x303030 #define COLOR1 0xac4142
#define COLOR3 0xF92672 #define COLOR2 0x90a959
#define COLOR4 0xA6E22E #define COLOR3 0xde935f
#define COLOR5 0xFD971F #define COLOR4 0x6a9fb5
#define COLOR6 0x66D9EF #define COLOR5 0xaa759f
#define COLOR7 0x9E6FFE #define COLOR6 0x75b5aa
#define COLOR8 0xAF875F #define COLOR7 0x6c7a80
#define COLOR9 0xCCCCC6 #define COLOR8 0x425059
#define COLOR9 0xcc6666
#define FOREGROUND 0xc5c8c6

View File

@ -1,6 +1,6 @@
# Template file for 'bar-git' # Template file for 'bar-git'
pkgname=bar-git pkgname=bar-git
version=20130826 version=20130927
revision=1 revision=1
makedepends="libxcb-devel" makedepends="libxcb-devel"
short_desc="A lightweight xcb based bar" short_desc="A lightweight xcb based bar"