Commit graph

74 commits

Author SHA1 Message Date
qadzek
2a3bc9ea91
Clarify creating a custom module (#164)
* Clarify creating a custom module

* Fix path

Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>

* Fix formatting and mention required plugins

* docs: indentation & small tweaks

---------

Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
Co-authored-by: sgoudham <sgoudham@gmail.com>
2024-03-17 16:41:20 +01:00
Jesse Storms
45e4dec2bb
Fixed typos and formatting oversight in readme.md 2024-03-13 18:36:53 +01:00
Wen Sun
8cb36097d1
Add space to default window status icons 2024-03-12 10:05:44 +09:00
Valentin Uveges
aa12d6f0ef
Merge pull request #148 from connordeckers/main
feat(config): allow status bar to be disabled by default
2024-03-07 07:36:41 +02:00
Valentin Uveges
6cb9e77e7b
Merge branch 'main' into feat-load-module 2024-03-07 07:32:12 +02:00
Valentin Uveges
3207eca990
Merge pull request #138 from henrisota/feat-uptime-module
feat(uptime): add uptime module based on robhurring/tmux-uptime
2024-03-07 07:29:19 +02:00
Henri Sota
219ff4330b
docs(README.md) use correct option for default window color (#137) 2024-03-07 01:02:05 +00:00
Roeeeee
0be44ee9bd
docs(README.md): add missing formatting for setting tmux options (#132) 2024-03-06 23:37:14 +00:00
Hamothy
cbaf76cddd
docs(README.md): improve manual install steps (#152) 2024-03-06 21:09:55 +00:00
Carlos Ortiz
36a5b0584c
docs(README.md): fix minor spelling errors (#151) 2024-03-06 20:36:40 +00:00
Connor Deckers
e321a25dab feat(config): allow status bar to be disabled by default
This allows setting the status bar visibility on load, rather than
forcing it to be on by default. It also prevents flashing from the
status bar if the status bar is disabled in config after plugins are
loaded.
2024-03-02 13:51:49 +11:00
Henri Sota
307edce7da feat(load): add load module based on jamesoff/tmux-loadavg 2024-02-18 10:34:21 +01:00
Henri Sota
1882a27925 feat(uptime): add uptime module based on robhurring/tmux-uptime 2024-02-17 21:04:18 +01:00
Edman P. Anjos
50d5fe6c6e feat(weather): add weather module for xamut/tmux-weather
Weather module
Requirements
This module depends on https://github.com/xamut/tmux-weather.

Install
The preferred way to install tmux-weather is using TPM.

Configure
Load tmux-weather after you load catppuccin.

set -g @plugin 'catppuccin/tmux'
...
set -g @plugin 'xamut/tmux-weather'

Add the weather module to the status modules list.

set -g @catppuccin_status_modules" "... weather ..."
2024-01-26 21:29:26 +01:00
Valentin Uveges
2ff900dc7a
Merge pull request #94 from thezacharytaylor/feature/current-window-bg-color
Feature: Window BG Color
2024-01-18 22:53:14 +02:00
Zachary Taylor
4ebafff29e
chore: update readme for new window configs 2024-01-18 09:56:33 -06:00
Emil Toivainen
23a6d4aca7
Merge branch 'main' into fix-conflicts 2024-01-18 16:28:16 +02:00
Valentin Uveges
1e03544080
Merge pull request #89 from realeinherjar/einherjar/cpu
feat(cpu): add cpu module
2024-01-17 19:54:10 +02:00
Emil Toivainen
26b7cebfb1 feat: update README 2024-01-11 22:08:49 +02:00
Emil Toivainen
6bc229cdfd feat: README 2024-01-11 21:56:03 +02:00
Alex Lewis
ae7bd3ed77 feat: Configure pane (active) border styles 2024-01-03 16:30:27 +00:00
Einherjar
a4a50cfd69
feat(cpu): add cpu module
CPU module
Requirements
This module depends on [`tmux-cpu`](https://github.com/tmux-plugins/tmux-cpu).

Install
The prefered way to install tmux-cpu is using [TPM](https://github.com/tmux-plugins/tpm).

Configure
Load tmux-cpu after you load catppuccin.

set -g @plugin 'catppuccin/tmux'
...
set -g @plugin 'tmux-plugins/tmux-cpu'
Add the cpu module to the status modules list.

set -g @catppuccin_status_modules" "... cpu ..."
2023-10-30 19:02:21 -03:00
abonnaudet-ledger
e4c90c32c3
README.md: fix typo 2023-10-29 21:50:28 +01:00
Steven Behnke
8994986ad1
Update documentation to match the new catppuccin_status_modules_right style. 2023-09-07 22:36:57 -05:00
lowstar
6c06f6129b feat(status): more clear variable names
Introduce more clear variable names for module lists.
2023-09-06 20:05:51 +02:00
lowstar
e6890ce846 feat(status): allow modules in left_status 2023-08-29 09:10:14 +02:00
Valentin Uveges
0c336e4029 feat(docs): remove broken links from documentation 2023-08-19 14:58:41 +03:00
Valentin Uveges
6a47da6e53 feat(docs): update readme with info on how to set a module option value to null 2023-08-18 09:34:57 +03:00
Valentin Uveges
2beae09938 feat(module): rework the session module, format code, rework module loader 2023-08-18 08:17:37 +03:00
Valentin Uveges
5df0059988 feat(docs): remove deleted setting from config3 2023-08-10 17:56:38 +03:00
Deep Panchal
8028989b09 docs: fix config 3 code in README.md 2023-08-10 09:33:48 -05:00
Valentin Uveges
6508783867 feat(docs): add note to kill tmux server between config reloads in order to clear global vars 2023-08-10 15:43:17 +03:00
Valentin Uveges
07fc6e6c14 fix(docs): fix typo and update docs 2023-08-10 15:21:08 +03:00
Valentin Uveges
5a03bc4bc0 feat(docs): add window current to readme contents 2023-08-10 09:26:17 +03:00
Valentin Uveges
c0a46a26f4 feat(custom): update docs 2023-08-10 09:16:06 +03:00
Valentin Uveges
ab869e5704 feat(custom): add logic to load modules form custom, status and window so that the user cand define it's own modules or override any existing one 2023-08-10 08:50:15 +03:00
Valentin Uveges
79229bd979 feat(battery): add battery module 2023-08-10 08:04:52 +03:00
Valentin Uveges
322db16862 feat(docs): update examples 2023-08-09 19:27:53 +03:00
Valentin Uveges
3eb4ac5661 feat(docs): update docs with recent changes 2023-08-09 19:07:28 +03:00
Valentin Uveges
08c0aaa5b4 feat(modules): update documentation 2023-08-08 15:12:36 +03:00
VeejeyPL
5b0433d599 Update with icon customization 2023-06-06 12:33:05 +02:00
VeejeyPL
9d2280d272 Add table of contents, description and screenshots for status line themes 2023-04-17 14:26:26 +02:00
Valentin Uveges
c493721bb1 feat(components): update readme with for fonts 2023-03-31 17:29:36 +03:00
Valentin Uveges
def29854b5 feat(components): add user and host components 2023-03-29 12:40:43 +03:00
Valentin Uveges
fce7853d4c feat(datetime): add new date time component 2023-03-29 08:45:18 +03:00
Valentin Uveges
99f47469ec feat: make separator configurable 2023-03-27 21:45:41 +03:00
Roger Steve Ruiz
d1bdc84ab2
Adding the initial pass at documentation;
I'm aiming for having the Style Guide more exposed in the documentation.
I'm expecting to be able to reference it if people start asking for
things that would go against the guide. Also if anything I write that
follows the guide but isn't accessible then maybe I can contribute back
to the guide.
2022-11-23 18:21:15 -05:00
Roger Steve Ruiz
4b9a95361a
Adding myself to contributors 2022-11-23 18:18:05 -05:00
Blue
a26f31a7dc
docs: add new screenshots (#18) 2022-10-12 01:44:38 +02:00
Ethan Holz
bd1ea4b86a
docs: README filepath changes (#15) 2022-10-01 00:05:52 +02:00