commit 559ddebf9769f453d3eb1e45149f5f08b1d46798
Author: elbachir-one <[email protected]>
Date:   Mon Jan 6 03:17:45 2025 +0100

    [dwm][patches][appicons] Fixed index.md

diff --git a/dwm.suckless.org/patches/appicons/index.md 
b/dwm.suckless.org/patches/appicons/index.md
index a4e66314..0dc80ec7 100644
--- a/dwm.suckless.org/patches/appicons/index.md
+++ b/dwm.suckless.org/patches/appicons/index.md
@@ -3,36 +3,27 @@ appicons
 
 ![App Icons Screenshot](example.png)
 
-
 Description
 -----------
-Adds support for app icons which can be used instead of the tag indicator 
-and tag name. This is configurable through an extra option in `rules`.
+Adds support for app icons that can replace the tag indicator and tag name.
+This feature is configurable through an additional option in `rules`.
 
-Icons should work out of the box. Emojis require a special font like 
+Icons should work out of the box. Emojis require a special font like
 [Noto Color Emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji).
-  
-When one or more app icons are present in a tag, the tag name will be 
-encapsulated with the outer separators (`outer_separator_beg` and 
-`outer_separator_end`). Additionally, the icons of the tag will be 
-separated between themselves by `inner_separator`.
 
-Each tag can have a maximum of `truncate_icons_after` icons. 
-After which the `truncate_symbol` will be displayed.
-  
+When one or more app icons are present in a tag, the tag name will be enclosed
+by the outer separators (`outer_separator_beg` and `outer_separator_end`).
+Additionally, the icons within the tag will be separated by `inner_separator`.
+
+Each tag can display a maximum of `truncate_icons_after` icons, after which the
+`truncate_symbol` will be shown.
+
+**Inspiration:** [XMonad's 
DynamicIcons](https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Hooks-DynamicIcons.html)
 
 Download
 --------
-* [dwm-appicons-6.5.diff](dwm-appicons-6.5.diff) (2025-01-04)   
-  
-  
+* [dwm-appicons-6.5.diff](dwm-appicons-6.5.diff) (2025-01-04)
 
 Author
 ------
 * Rumen Mitov - <[email protected]>
-  
-
-
-Inspiration
------------
-*  [XMonad's 
DynamicIcons](https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Hooks-DynamicIcons.html)


Reply via email to