Files
kitty-config/tabs.conf
T
rootiest fb30056f20 feat(tab-bar)!: implements new functionality on tab-bar
Allows the tab-bar to show system battery level, date/time, WakaTime stats for the day, and the currently playing track on most music players.

BREAKING CHANGE: A compatible music player and the playerctl executable are required for the music feature. The WakaTime CLI app and a wakatime (or equivalent) api key are required for the wakatime stats. Checks are implemented to prevent crashing but the functionality will be unavailable without the prerequisites being met.
2024-08-02 09:09:07 -04:00

8 lines
282 B
Plaintext

tab_bar_align center
tab_bar_style custom
tab_powerline_style angled
tab_bar_edge top
tab_bar_min_tabs 1
tab_activity_symbol ❗
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index}:{'🇿' if layout_name == 'stack' and num_windows > 1 else ''}{title}"