commit 7cf41c5ce110a2773499909af0519802a92def1d
Author: explosion-mental <explosion0mental_AT_gmail.com>
Date: Thu Jun 16 22:06:57 2022 -0500
[dwm][patches] update mirror patches links and some little formatting
diff --git a/dwm.suckless.org/patches/integrated-status-text/index.md b/dwm.suckless.org/patches/integrated-status-text/index.md
index 3d035567..e31b6bdf 100644
--- a/dwm.suckless.org/patches/integrated-status-text/index.md
+++ b/dwm.suckless.org/patches/integrated-status-text/index.md
_AT_@ -3,15 +3,14 @@ integrated status text
Description
-----------
-Allows dwm to handle the text by itself. You can
- think of it like a dwmblocks integration into dwm itself. This is extracted
- from my dwm build[0] in which you can find even more information.
+Allows dwm to handle the text by itself. You can think of it like a dwmblocks
+integration into dwm itself. This is extracted from demwm, dwm fork[0], in
+which you can find even more information.
Example:
-```
-/* fg command interval signal */
-{ "#000000", "echo 'dwm block!", 10, 3},
-```
+
+ /* fg command interval signal */
+ { "#000000", "echo 'dwm block!", 10, 3},
- fg: the foreground color of the individual block, for the background it uses
the bg of SchemeStatus. You can swap behaviour uncommenting a comment in
_AT_@ -35,14 +34,14 @@ Last thing, mouse actions. For this you need to handle the env variable
`$BLOCK_BUTTON` in a script, this is so you can easily reuse the scripts used
in dwmblocks. And remember that mouse actions update the block.
-[0]
https://github.com/explosion-mental/Dwm or
-
https://codeberg.org/explosion-mental/Dwm
+[0]
https://github.com/explosion-mental/demwm or
+
https://codeberg.org/explosion-mental/demwm
Download
--------
* [dwm-integrated-status-text-6.3.diff](dwm-integrated-status-text-6.3.diff)
-* [codeberg mirror](
https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-integrated-status-text-6.3.diff)
+* [codeberg mirror](
https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-integrated-status-text-6.3.diff)
-Authors
--------
+Author
+------
* explosion-mental - <explosion0mental_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/shift-tools/index.md b/dwm.suckless.org/patches/shift-tools/index.md
index 688c13dd..e33a6c97 100644
--- a/dwm.suckless.org/patches/shift-tools/index.md
+++ b/dwm.suckless.org/patches/shift-tools/index.md
_AT_@ -35,10 +35,10 @@ or 9 to 1. Also remember that the default argument is 1/-1 and you can change i
Download
--------
* [dwm-shif-tools-6.2.diff](dwm-shif-tools-6.2.diff)
-* [codeberg mirror](
https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-shif-tools-6.2.diff)
+* [codeberg mirror](
https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-shif-tools-6.2.diff)
* [shift-tools.c](shift-tools.c)
* [shift-tools-scratchpads.c](shift-tools-scratchpads.c)
-Authors
--------
+Author
+------
* explosion-mental - <explosion0mental_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/tag-previews/index.md b/dwm.suckless.org/patches/tag-previews/index.md
index e1d19253..ec8a3528 100644
--- a/dwm.suckless.org/patches/tag-previews/index.md
+++ b/dwm.suckless.org/patches/tag-previews/index.md
_AT__AT_ -17,8 +17,8 @@ siduck76 [chadwm](
https://github.com/siduck76/chadwm)
Download
--------
* [dwm-tag-preview-6.2.diff](dwm-tag-preview-6.2.diff)
-* [codeberg mirror](
https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-tag-preview-6.2.diff)
+* [codeberg mirror](
https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-tag-preview-6.2.diff)
-Authors
--------
+Author
+------
* explosion-mental - <explosion0mental_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/truecenteredtitle/index.md b/dwm.suckless.org/patches/truecenteredtitle/index.md
index a9aaa3f6..6a4b2792 100644
--- a/dwm.suckless.org/patches/truecenteredtitle/index.md
+++ b/dwm.suckless.org/patches/truecenteredtitle/index.md
_AT_@ -14,7 +14,7 @@ will back up to the default behaviour, which is to truncate the title.
Download
--------
* [dwm-truecenteredtitle-6.3.diff](dwm-truecenteredtitle-6.3.diff)
-* [codeberg mirror](
https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-truecenteredtitle-6.3.diff)
+* [codeberg mirror](
https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-truecenteredtitle-6.3.diff)
Author
------
Received on Fri Jun 17 2022 - 05:07:20 CEST