From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/dwmblocks-with-emoji-icons.html | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 articles/2025/dwmblocks-with-emoji-icons.html (limited to 'articles/2025/dwmblocks-with-emoji-icons.html') diff --git a/articles/2025/dwmblocks-with-emoji-icons.html b/articles/2025/dwmblocks-with-emoji-icons.html new file mode 100755 index 0000000..5817367 --- /dev/null +++ b/articles/2025/dwmblocks-with-emoji-icons.html @@ -0,0 +1,50 @@ + + + + + + + dwmblocks with emoji icons + + +
+

Bloggings

+ Back + +
+ +
+
+

dwmblocks with emoji icons

+

2025-06-04

+

fancy blocks for dwm

+

Just a pic of my simple dwmblocks status bar

+

+

The calendar app is Orage, opened and closed by clicking on the date which launches a dwmblocks script

+

dwm/config.def.h

+
+static const Rule rules[] = {
+	/* xprop(1):
+	 *	WM_CLASS(STRING) = instance, class
+	 *	WM_NAME(STRING) = title
+	 */
+	/* class        instance  title          tags mask iscentered  isfloating  isterminal  noswallow  monitor */
+	{ "Gimp",       NULL,     NULL,           0,        0,         1,          0,           0,        -1 },
+	{ "Firefox",    NULL,     NULL,           1 << 8,   0,         0,          0,          -1,        -1 },
+	{ "Ghostty",    NULL,     NULL,           0,        0,         0,          1,           0,        -1 },
+	{ "Orage",      NULL,     NULL,           0,        0,         1,          0,           1,        -1 },
+	{ "Galculator", NULL,     NULL,           0,        1,         1,          0,           1,        -1 },
+	{ NULL,         NULL,     "Event Tester", 0,        0,         0,          0,           1,        -1 }, /* xev */
+};
+
+ +
+
+ + + -- cgit v1.3.1