sites

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

index.md (998B)


      1 appicons
      2 ========
      3 
      4 ![App Icons Screenshot](example.png)
      5 
      6 Description
      7 -----------
      8 Adds support for app icons that can replace the tag indicator and tag name.
      9 This feature is configurable through an additional option in `rules`.
     10 
     11 Icons should work out of the box. Emojis require a special font like
     12 [Noto Color Emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji).
     13 
     14 When one or more app icons are present in a tag, the tag name will be enclosed
     15 by the outer separators (`outer_separator_beg` and `outer_separator_end`).
     16 Additionally, the icons within the tag will be separated by `inner_separator`.
     17 
     18 Each tag can display a maximum of `truncate_icons_after` icons, after which the
     19 `truncate_symbol` will be shown.
     20 
     21 **Inspiration:** [XMonad's DynamicIcons](https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Hooks-DynamicIcons.html)
     22 
     23 Download
     24 --------
     25 * [dwm-appicons-6.5.diff](dwm-appicons-6.5.diff) (2025-01-04)
     26 
     27 Author
     28 ------
     29 * Rumen Mitov - <rumen.valmitov@gmail.com>