qutebrowser / qutebrowser

A keyboard-driven, vim-like browser based on Python and Qt.
https://www.qutebrowser.org/
GNU General Public License v3.0
9.62k stars 1k forks source link

Configurable placeholders for audio status for tabs #8210

Closed LamprosPitsillos closed 3 months ago

LamprosPitsillos commented 3 months ago
# tabwidget.py
    # Strings for controlling the mute/audible text
    MUTE_STRING = '[M] '
    AUDIBLE_STRING = '[A] '

Simple feature request , i am willing to contribute , i was just wandering what is the best way to do this according to the projects managment.

I noticed that config options are added in configdata.yml , but adding a config option tabs.title.format.audio: doesnt seem right.

Maybe have a tabs.title.placeholders dictionary ?

Any guidance is appreciated

The-Compiler commented 3 months ago

Duplicate of #5689 (which has a semi-hacky way to configure them) - I'd rather not have a separate setting, and have #1578 as a proper solution to make tab texts configurable.