Commit Graph

17 Commits

Author SHA1 Message Date
0733c39e0c sed source files to end with 1 new line 2021-06-14 08:54:23 +03:00
df57bdeb64 Identified and fixed a few more cross-compilation issues 2020-08-24 15:03:55 +02:00
7ce66bf122 Identified and fixed a few more cross-compilation issues related to prior refactoring / simplification 2020-08-24 00:26:26 +02:00
81f44b036c Simplified Pango integration by settling on common function signatures. 2020-08-22 20:31:17 +02:00
6b9c484b78 Refactoring and simplifying color configuration in config.h
This involves always having configuration for floating border, regardless of
whether it is used or not. Also permanently dropping the const expectation
for color configuration in dwm, so that vtcolors and xrdb patches can change
color configuration.
2020-08-20 17:42:30 +02:00
023aa218e4 Adding powerline patch 2020-07-19 16:57:30 +02:00
903b32ac8b Major refactoring in preparation for bar modules 2020-07-15 08:57:30 +02:00
2643894570 [dwm][PATCH] Fix memory leaks in drw
The function drw_fontset_free in drw.c was never called.
2020-06-11 16:58:08 +02:00
8c4eaccf16 Adding pango patch (ref. #10)
Text from original patch:

Using pango markup for status text

Use a single font. Removed some code utf8 code from drw.
Created for pango 1.44. Older versions might not have getter
for font height, ascent + descent can be used instead.
All texts are rendered with pango but only status is with
markup. Increased stext size (in case a lot of markup is used).
MIN/MAX is already defined (didn't redefine them).
2020-06-11 16:44:43 +02:00
7b2c30b371 Adding color emoji patch 2020-05-29 20:43:55 +02:00
75d5f1e0c5 Adding shiftview patch 2020-05-03 16:09:05 +02:00
657988fbbf Added the no transparent borders patch 2020-05-03 10:09:26 +02:00
4b45c6071f Adding vtcolors patch 2020-02-11 18:31:11 +01:00
f8f67508d8 Adding xrdb patch 2019-09-15 22:45:22 +02:00
5d33aebaaf Adding float border color patch 2019-09-11 00:51:37 +02:00
2c9a889b22 Adding README.md 2019-09-05 13:35:52 +02:00
c34c536f3e Adding alpha patch 2019-09-05 00:16:39 +02:00