Commit graph

64 commits

Author SHA1 Message Date
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
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
Josh Hsieh
97183fc510
feat: tpm (Tmux Plugin Manager) support (#2)
Co-authored-by: Pocco81 <pocco451@gmail.com>
Co-authored-by: Lokesh Krishna <lokesh@low-key.me>
Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com>
Co-authored-by: vinnyA3 <vincent.aceto@gmail.com>
Co-authored-by: winston <hey@winston.sh>
2022-09-08 04:29:55 +02:00
Vin Aceto
317159f824
docs(readme): add link to contributors list 😃 (#14) 2022-09-02 17:26:12 +02:00
winston
49845e02b3
Merge pull request #11 from vinnyA3/main 2022-08-30 12:29:33 +02:00
vinnyA3
31462f124c feat(themes): add all catppuccin themes
Added all catppuccin themes, as separate configs.  Also, updated README
with links to respective conf files

[#10]
2022-07-02 13:50:26 -04:00
Pocco81
1c87a9e1d2 fix: June Clean-up issues 2022-06-20 13:26:20 -05:00
Pocco81
37b6a852c0 fix: June Clean-up issues 2022-06-20 12:51:51 -05:00
Pocco81
87c33d683c fix: stargazers badge 2022-02-05 23:47:29 -05:00
Lokesh Krishna
c95094b1d7
Fix typo 2022-02-05 11:36:31 +05:30
Pocco81
836bc901a9 chore: added footer 2022-02-01 22:34:46 -05:00
Pocco81
e4bd3fd55d doc: header 2022-01-09 23:08:24 -05:00