Update impl/taglist/README.md

typos & readability fixes
This commit is contained in:
elig0n 2025-01-09 01:20:50 +02:00 committed by GitHub
parent 9f81638643
commit b9c847916b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 31 deletions

View File

@ -2,19 +2,19 @@ Radical Taglist
===============
This is the radical re-implementation of awful.taglist. It is mostly simmilar,
but not identical to the former implementation. Some concepts, such as "focussed"
but not identical to the former implementation. Some concepts, such as "focused"
tags have been simplified in being a list of selected tags (ignoring the focus).
### Why?
The old taglist is inflexible and doesn't allow newer concepts to be introduced.
The "Blind" module tried to make it look nice, but rely on dirty hacks and has
limitations while the "Tyrannical" module tried to implement Xmodad style
screen independant tags. Some other users also tried to implement multi-screen
limitations while the "Tyrannical" module tried to implement Xmonad style
screen independent tags. Some other users also tried to implement multi-screen
tags, but also failed. This is because there is a missing abstraction layer
between the taglist and the tags. This module aim to fix this.
Plus, it inherit Radical style and layouts engines for both item and style, so
Plus, it inherits Radical style and layouts engines for both item and style, so
this module could technically be used as a box menu or something like that
without modifications.
@ -24,31 +24,30 @@ taglist_watch_name_changes | Make the tag state `changed` if a client title chan
### Beautiful options
taglist_bg_selected
taglist_fg_selected
taglist_bg_selected
taglist_fg_selected
taglist_bg
taglist_fg
taglist_bg_hover
taglist_fg_hover
taglist_bg_used
taglist_fg_used
taglist_bg_urgent
taglist_fg_urgent
taglist_bg_cloned
taglist_fg_cloned
taglist_bg_changed
taglist_fg_changed
taglist_default_icon
taglist_style
taglist_default_item_margins
taglist_default_margins
taglist_disable_index
taglist_fg_prefix
taglist_disable_icon
taglist_icon_transformation
taglist_bg
taglist_fg
taglist_bg_hover
taglist_fg_hover
taglist_bg_used
taglist_fg_used
taglist_bg_urgent
taglist_fg_urgent
taglist_bg_cloned
taglist_fg_cloned
taglist_bg_changed
taglist_fg_changed
taglist_default_icon
taglist_style
taglist_default_item_margins
taglist_default_margins
taglist_disable_index
taglist_fg_prefix
taglist_disable_icon
taglist_icon_transformation
States:
empty
cloned
highlight
### States:
empty
cloned
highlight