aboutsummaryrefslogtreecommitdiff
path: root/.config/glava/bars.glsl
blob: 6e6a7b0e2d4519c2384322fec69861e60c93fb06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* Center line thickness (pixels) */
#define C_LINE 1
/* Width (in pixels) of each bar */
#define BAR_WIDTH 4
/* Width (in pixels) of each bar gap */
#define BAR_GAP 2
/* Outline color */
#define BAR_OUTLINE #262626
/* 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
/* Whether the current settings use the alpha channel;
   enabling this is required for alpha to function
   correctly on X11 with `"native"` transparency. */
#define USE_ALPHA 0
/* How strong the gradient changes */
#define GRADIENT_POWER 60
/* Bar color changes with height */
#define GRADIENT (d / GRADIENT_POWER + 1)
/* Bar color */
#define COLOR (#3366b2 * GRADIENT)
/* Direction that the bars are facing, 0 for inward, 1 for outward */
#define DIRECTION 0
/* Whether to switch left/right audio buffers */
#define INVERT 0
/* Whether to flip the output vertically */
#define FLIP 0
/* Whether to mirror output along `Y = X`, causing output to render on the left side of the window */
/* Use with `FLIP 1` to render on the right side */
#define MIRROR_YX 0
heatley&id=132423e5a1f2d883a2d3bc420a3edd7036b4b0dd&follow=1'>Cooler deno plugin and terminal shortcut for neovimLuca Matei Pintilie6-33/+46 2022-09-18Improve enviormentLuca Matei Pintilie2-4/+5 2022-09-18Neovim config updatesLuca Matei Pintilie3-50/+64 2022-09-17Don't use tsserver in .git foldersLuca Matei Pintilie1-1/+1 2022-09-17Add more lsp configs and keybindsLuca Matei Pintilie3-15/+113 2022-09-10Neovim wrap cursor at the end of lineLuca Matei Pintilie1-0/+2 2022-09-08New neovim configLuca Matei Pintilie8-362/+355 2022-09-08Add i3Luca Matei Pintilie3-0/+293 2022-08-14Add more configs for wezterm, swappy, electron and git, as well as a better n...Luca Matei Pintilie8-34/+206 2022-07-01Sway changes and disable annoying neovim pluginLuca Matei Pintilie3-4/+8 2022-06-21Thinkpad gentoo settings addedLuca Matei Pintilie1-2/+5 2022-06-21Update sway configAnInternetTroll1-0/+6 2022-06-05Minor updatesAnInternetTroll5-10/+35 2022-05-21Add dracula themed xresources to .configAnInternetTroll2-1/+55 2022-05-21Add bspwm and configure sway a bit moreAnInternetTroll7-11/+665 2022-05-18Remove action button from the wofi commandAnInternetTroll1-1/+1 2022-05-18Use footAnInternetTroll2-0/+189 2022-05-18Remove foot draculaAnInternetTroll2-4/+1