linux dracula theme
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
|
||||
/* Center line thickness (pixels) */
|
||||
#define C_LINE 1
|
||||
#define C_LINE 10
|
||||
/* Width (in pixels) of each bar */
|
||||
#define BAR_WIDTH 4
|
||||
#define BAR_WIDTH 8
|
||||
/* Width (in pixels) of each bar gap */
|
||||
#define BAR_GAP 2
|
||||
/* Outline color */
|
||||
#define BAR_OUTLINE #262626
|
||||
#define BAR_OUTLINE #bd93f9
|
||||
/* Outline width (in pixels, set to 0 to disable outline drawing) */
|
||||
#define BAR_OUTLINE_WIDTH 0
|
||||
/* Amplify magnitude of the results each bar displays */
|
||||
#define AMPLIFY 300
|
||||
#define AMPLIFY 260
|
||||
/* Whether the current settings use the alpha channel;
|
||||
enabling this is required for alpha to function
|
||||
correctly on X11 with `"native"` transparency. */
|
||||
@@ -20,7 +20,7 @@
|
||||
/* Bar color changes with height */
|
||||
#define GRADIENT (d / GRADIENT_POWER + 1)
|
||||
/* Bar color */
|
||||
#define COLOR (#3366b2 * GRADIENT)
|
||||
#define COLOR #bd93f9
|
||||
/* Direction that the bars are facing, 0 for inward, 1 for outward */
|
||||
#define DIRECTION 0
|
||||
/* Whether to switch left/right audio buffers */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
as a 2D sampler.
|
||||
|
||||
See documentation for more details. */
|
||||
#request mod radial
|
||||
#request mod bars
|
||||
|
||||
/* Window hints */
|
||||
#request setfloating false
|
||||
|
||||
Reference in New Issue
Block a user