From a54c50201a91eb55cc1939e7b5764e35b6ddd755 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sun, 1 Oct 2023 23:05:07 +0800 Subject: [PATCH] Fixed tags, also padding is adjusted --- config/eww/eww.yuck | 2 +- dwm-flexipatch/config.def.h | 4 ++-- dwm-flexipatch/patches.def.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/eww/eww.yuck b/config/eww/eww.yuck index 1a64ccc..cae1a81 100644 --- a/config/eww/eww.yuck +++ b/config/eww/eww.yuck @@ -142,7 +142,7 @@ (defwindow main :monitor 0 :geometry (geometry - :x "-30px" + :x "-20px" :y "0%" :width "15%" :height "94%" diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index adc9d42..8db138e 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -27,7 +27,7 @@ static int nomodbuttons = 1; /* allow client mouse button bin static const unsigned int gappih = 20; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ +static const unsigned int gappov = 20; /* vert outer gap between windows and screen edge */ static const int smartgaps_fact = 1; /* gap factor when there is only one client; 0 = no gaps, 3 = 3x outer gaps */ #endif // VANITYGAPS_PATCH #if AUTOSTART_PATCH @@ -105,7 +105,7 @@ static const unsigned int systrayspacing = 2; /* systray spacing */ static const int showsystray = 1; /* 0 means no systray */ #endif // BAR_SYSTRAY_PATCH #if BAR_TAGLABELS_PATCH -static const char ptagf[] = "[%s %s]"; /* format of a tag label */ +static const char ptagf[] = "[%s] %s"; /* format of a tag label */ static const char etagf[] = "[%s]"; /* format of an empty tag */ static const int lcaselbl = 0; /* 1 means make tag label lowercase */ #endif // BAR_TAGLABELS_PATCH diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 4f79777..796fd82 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -261,7 +261,7 @@ * least one window. * https://dwm.suckless.org/patches/alttagsdecoration/ */ -#define BAR_ALTTAGSDECORATION_PATCH 1 +#define BAR_ALTTAGSDECORATION_PATCH 0 /* This patch enables dwm to manage external status bars such as lemonbar and polybar. * dwm treats the external bar as it would its own, so all regular dwm commands such as