sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 559ddebf9769f453d3eb1e45149f5f08b1d46798
parent 1e25ed0926c75fac9aee86243a93bb627f139022
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Mon,  6 Jan 2025 03:17:45 +0100

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

Diffstat:
Mdwm.suckless.org/patches/appicons/index.md | 33++++++++++++---------------------
1 file changed, 12 insertions(+), 21 deletions(-)

diff --git 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 - <rumen.valmitov@gmail.com> - - - -Inspiration ------------ -* [XMonad's DynamicIcons](https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Hooks-DynamicIcons.html)