Chet Luther
49972658aa
feat(menu): add menu style options ( #247 )
...
add menu style options to allow `#{thm_x}` styling of menus.
- @catppuccin_menu_style (`menu-style`)
- @catppuccin_menu_selected_style (`menu-selected-style`)
- @catppuccin_menu_border_style (`menu-border-style`)
2024-07-15 15:04:49 +00:00
Daniel Nocito
893917360d
Add support to tmux-pomodoro-plus plugin in status bar ( #241 )
...
* Add support to tmux-pomodoro-plus plugin in status bar
* Update README.md with setup information for the pomodoro module
2024-07-02 15:13:24 +00:00
vdbe
4ca26b774b
docs/cleanup ( #219 )
...
* doc(README): use default values as example
* doc(README): remove unused options
* doc(README): remove dead link
* doc(README): fix theme links
2024-05-18 17:47:12 +00:00
vdbe
6ba7a72925
Feat: interpolate colors ( #208 )
...
* feat: interpolate theme colors
* doc: add interpolated colors to readme
2024-05-11 16:23:05 +00:00
chacon
b26eb2fa6d
Adding git to status ( #191 )
...
* added git.sh file
* added instrucctions to README.md
* instruccions typo corrections
* Customize git module and instrucctions
* Correction for Shellcheck / Shellcheck (pull_request) test. added escape caracters \ in n git.sh script
* Rename the module to gitmux
* README.md corrections
* README.md typo corrections
2024-04-17 12:52:10 +02:00
Valentin Uveges
a1079943b6
feat: improve transparent background ( #175 )
...
* feat: improve transparent background
* fix: fix for config2
* chore: remove status right separator invert
* chore: update config presets in documentation
2024-03-28 18:55:01 +02:00
Valentin Uveges
809361f5c2
feat(status, window): add option to make overwrite status background … ( #170 )
...
* feat(status, window): add option to make overwrite status background color, add option to set the separator between windows
* feat(window): update documentation
* feat(window): update documentation
2024-03-24 10:36:51 +02:00
vdbe
e80cb735bb
feat(uptime): replace plugin with sed ( #163 )
...
* module(uptime): replace plugin with custom sed
* module(uptime): update doc
2024-03-22 19:29:25 +01:00
Muhammad Zafar
d0371badc7
Add tmux-clima as another module for weather ( #161 )
...
* Add tmux-clima as a module
* Update tmux option names according to the clima module
* Add README for tmux-clima
* Update README.md according to suggestions
* Remove unnecessary readme part
---------
Co-authored-by: vdbewout <vdbewout@gmail.com>
2024-03-18 14:16:23 +01:00
Ikko Eltociear Ashimine
c0861b7861
docs(README.md): fix typo prefered
-> preferred
2024-03-17 22:26:48 +00:00
David Kaufman
843946e176
make status_justify configurable ( #145 )
...
* make status_justify configurable
* added README
* moved below status_default
* refactor: pr comments
---------
Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
Co-authored-by: sgoudham <sgoudham@gmail.com>
2024-03-17 16:43:29 +01:00
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