Aaron Lindsay 04f6c0107b Apply updated statuscolors patch from
https://dwm.suckless.org/patches/statuscolors/ and
https://dwm.suckless.org/patches/statuscolors/dwm-statuscolors-20220322-bece862.diff

From 301db3986527041d64f4b58026677709a34b153f Mon Sep 17 00:00:00 2001
From: dan soucy <dev@danso.ca>
Date: Tue, 22 Mar 2022 03:15:00 -0400
Subject: [PATCH] enable colored text in the status bar

This patch is an update of statuscolors patch to work with 6.3.
It is known to work up to commit bece862.
---
 config.def.h | 13 ++++++++++---
 dwm.c        | 18 ++++++++++++++++--
 2 files changed, 26 insertions(+), 5 deletions(-)
2025-12-11 09:22:52 -05:00
2025-12-11 09:22:52 -05:00
2025-08-09 14:34:03 +02:00
2025-09-29 18:48:27 +02:00
2025-09-27 12:10:17 +02:00
2020-07-08 18:05:50 +02:00
2025-12-11 09:22:52 -05:00
2006-07-19 14:49:19 +02:00
2022-04-26 15:50:32 +02:00
2023-09-22 15:13:29 +02:00
2025-12-11 09:22:52 -05:00
2024-10-05 13:06:08 +02:00

dwm - dynamic window manager
============================
dwm is an extremely fast, small, and dynamic window manager for X.


Requirements
------------
In order to build dwm you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (dwm is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install dwm (if
necessary as root):

    make clean install


Running dwm
-----------
Add the following line to your .xinitrc to start dwm using startx:

    exec dwm

In order to connect dwm to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:

    DISPLAY=foo.bar:1 exec dwm

(This will start dwm on display :1 of the host foo.bar.)

In order to display status info in the bar, you can do something
like this in your .xinitrc:

    while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    do
    	sleep 1
    done &
    exec dwm


Configuration
-------------
The configuration of dwm is done by creating a custom config.h
and (re)compiling the source code.
Description
No description provided
Readme 9.1 MiB
Languages
C 92.3%
Roff 5.6%
Makefile 2.1%