USAGE (910B)
1 morecolor - Add another color scheme to dmenu for adjacent entries 2 Source: https://tools.suckless.org/dmenu/patches/morecolor/dmenu-morecolor-20190922-4bf895b.diff 3 Original Author: Tanner Babcock <babkock at gmail dot com> 4 5 Description from source: 6 """ 7 This patch creates an additional color scheme, for use with the entries adjacent to the selection. This 8 is nice if you want to add some more color to your dmenu. 9 """ 10 11 == YOU MUST == 12 (1). Place the patch file in /etc/portage/patches/x11-misc/dmenu/ 13 (2). Add the following line to the 'colors' array in your savedconfig file: 14 15 [SchemeMid] = { "#eeeeee", "#770000" }, 16 17 Set the scheme colors to whatever you want. 18 (3). Run 'emerge dmenu' 19 20 == YOU PROBABLY SHOULD == 21 No further action is required. 22 23 == PATCH MODIFICATIONS == 24 (1). Removed lines relating to 'config.def.h' 25 26 == INCOMPATIBILITIES == 27 No known specific incompatibilities.