Commit graph

189 commits

Author SHA1 Message Date
qadzek
fc23dfe931
docs: demonstrate how to use a command or script
The module template currently only shows how to display a static text. This PR clarifies how to use a command or script to display a dynamic text.
2024-01-03 14:04:40 +01:00
Zachary Taylor
d406e42cae
making the default background changeable as well 2023-11-08 13:40:20 -06:00
Zachary Taylor
9f25bbbf65
allow modification of current window bg color 2023-11-08 13:29:56 -06:00
Valentin Uveges
47e33044b4
Merge pull request #91 from abonnaudet-ledger/patch-1
README.md: fix typo
2023-11-01 18:04:51 +02: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
Valentin Uveges
89ad057ebd Revert "Merge pull request #78 from ervinpopescu/add-config-options"
This reverts commit 2c5f785661, reversing
changes made to 79230ddb54.
2023-09-11 15:39:35 +03:00
Valentin Uveges
2c5f785661
Merge pull request #78 from ervinpopescu/add-config-options
Add config options
2023-09-11 08:25:42 +03:00
ervinpopescu
bb129ad37a
Add config options
`@catppuccin_window_left_separator_inverse`
`@catppuccin_window_right_separator_inverse`
`@catppuccin_status_left_separator_inverse`
2023-09-09 16:28:50 +03:00
Valentin Uveges
79230ddb54
Merge pull request #75 from sbehnke/main 2023-09-08 08:39:13 +03:00
Steven Behnke
8994986ad1
Update documentation to match the new catppuccin_status_modules_right style. 2023-09-07 22:36:57 -05:00
Valentin Uveges
d04e35db2e
Merge pull request #71 from lowstar/main
feat(status): allow modules in left_status
2023-09-06 21:11:47 +03: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
7a284c98e5 fix(space): fix isse with whitespace trimming from separators 2023-08-21 08:04:44 +03: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
10fedae860 feat(options): add the option to set a value to null 2023-08-18 09:30:27 +03:00
Valentin Uveges
bcddba772c Merge branch 'main' of github.com:catppuccin/tmux 2023-08-18 08:17:52 +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
38932bddfc
Merge pull request #65 from vdbe/main
fix(main): remove old constants
2023-08-12 16:17:56 +03:00
vdbewout
493c36477d
fix(main): remove old constants 2023-08-12 14:17:07 +02:00
Valentin Uveges
465eb977f5 fix(main): format code 2023-08-11 18:22:24 +03:00
Valentin Uveges
10d8db8b88 fix(main): use eval to load the key value pair from reading the theme 2023-08-11 17:58:53 +03:00
Valentin Uveges
80575dd8fe
Merge pull request #64 from vdbe/feature/remove-sed
Remove sed dependencies
2023-08-11 17:18:19 +03:00
vdbewout
11a92b95fd
feat(tmux): remove sed dependency for custom icons 2023-08-11 15:00:28 +02:00
vdbewout
546afee39d
feat(tmux): remove sed dependency for theme loading 2023-08-11 14:59:51 +02:00
Valentin Uveges
d60e40e097 feat(tmux): reduce sed complexity 2023-08-10 19:35:21 +03:00
Valentin Uveges
6cef5a8b79 feat(tmux): improve posix compatibility 2023-08-10 19:27:30 +03:00
Valentin Uveges
5df0059988 feat(docs): remove deleted setting from config3 2023-08-10 17:56:38 +03:00
Valentin Uveges
20d9d198ff
Merge pull request #63 from deepanchal/main
fix: Fix missing window number position in Config 3 in README
2023-08-10 17:54:03 +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
ad6aa7bc47 fix(tmux): rename variable to avoid naming clash 2023-08-10 15:20:41 +03:00
Valentin Uveges
5a03bc4bc0 feat(docs): add window current to readme contents 2023-08-10 09:26:17 +03:00
Valentin Uveges
97917d0e52 feat(custom): fix custom/README.md format 2023-08-10 09:21:42 +03:00
Valentin Uveges
eadc07c414
Merge pull request #61 from catppuccin/feature/add-custom-folder-for-user-defined-modules
Feature/add custom folder for user defined modules
2023-08-10 09:18:32 +03:00
Valentin Uveges
c0a46a26f4 feat(custom): update docs 2023-08-10 09:16:06 +03:00
Valentin Uveges
9d603b1650 feat(custom): update git ignore 2023-08-10 09:07:20 +03:00
Valentin Uveges
c3e62e21df feat(custom): add custom folder to gitignore 2023-08-10 09:03:29 +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
7e5e9f07e1
Merge pull request #60 from catppuccin/feature/add-battery-module
feat(battery): add battery module
2023-08-10 08:06:47 +03:00
Valentin Uveges
79229bd979 feat(battery): add battery module 2023-08-10 08:04:52 +03:00
Valentin Uveges
f443eb434c
Merge pull request #57 from catppuccin/feature/refactor-in-modules
Feature/refactor in modules
2023-08-10 06:56:46 +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
8e70503cf1 feat(windows): add toggle for window status 2023-08-09 14:15:16 +03:00
Valentin Uveges
c168e4d32d feat(windows): format code 2023-08-09 13:12:36 +03:00
Valentin Uveges
8426fcfd30 feat(windows): add nerd font icons for windows status 2023-08-09 12:51:17 +03:00