move custom and indent

This commit is contained in:
speedie 2022-12-17 18:03:27 +01:00
parent 6020ab609e
commit 6a6f7b0601

View file

@ -142,6 +142,9 @@ static char monocleformat[] = "[%d/%d]"; /* Format of the mono
static int deckcount = 0; /* Display deck count in the deck layout */
static char deckformat[] = "[%d]"; /* Format of the deck count. deckcount must be set to 1 for this to be used. */
/* Custom layout */
#define CUSTOM_HISTORY ".custom_history"
/* Resetting */
static int resetlayout = 0; /* Reset layout when there is only one client visible */
static int resetmfact = 0; /* Reset mfact when there is only one client visible */
@ -291,21 +294,18 @@ static char text_layout15[] = "L15"; /* Text for layout 15 */
* You can also set opaque and transparent which are the same as 0 and 255 respectively.
* To completely disable alpha, disable it in toggle.h.
*/
#define baropacity 160 /* Opacity for the overall bar */
#define layoutopacity 160 /* Opacity for the layout indicator */
#define tagnormopacity opaque /* Opacity for other tags */
#define tagselopacity 160 /* Opacity for the selected tag */
#define normtitleopacity 160 /* Opacity for all other windows in the speedwm bar */
#define seltitleopacity 160 /* Opacity for the focused window in the speedwm bar */
#define normborderopacity opaque /* Opacity for the all window borders except selected */
#define selborderopacity opaque /* Opacity for the selected window border */
#define hiddenopacity transparent /* Opacity for hidden/minimized windows */
#define powerlineopacity 160 /* Opacity for the speedwm powerline in the status bar */
#define statusopacity 160 /* Opacity for speedwm status bar */
#define systrayopacity 160 /* Opacity for the speedwm built in systray */
/* Custom layout */
#define CUSTOM_HISTORY ".custom_history"
#define baropacity 160 /* Opacity for the overall bar */
#define layoutopacity 160 /* Opacity for the layout indicator */
#define tagnormopacity opaque /* Opacity for other tags */
#define tagselopacity 160 /* Opacity for the selected tag */
#define normtitleopacity 160 /* Opacity for all other windows in the speedwm bar */
#define seltitleopacity 160 /* Opacity for the focused window in the speedwm bar */
#define normborderopacity opaque /* Opacity for the all window borders except selected */
#define selborderopacity opaque /* Opacity for the selected window border */
#define hiddenopacity transparent /* Opacity for hidden/minimized windows */
#define powerlineopacity 160 /* Opacity for the speedwm powerline in the status bar */
#define statusopacity 160 /* Opacity for speedwm status bar */
#define systrayopacity 160 /* Opacity for the speedwm built in systray */
/* Icon misc options
*