vdbe
32df6db4b4
refactor: re-include gitignore ( #154 )
...
Ignore custom (with the exception of documentation/examples)
so no custom user modules make it upstream
2024-03-07 16:58:25 +00: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
6cf7bfff78
Merge pull request #139 from henrisota/feat-load-module
...
feat(load): add load module based on jamesoff/tmux-loadavg
2024-03-07 07:32:24 +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
Valentin Uveges
d91c5b082d
Merge pull request #133 from YongJieYongJie/feat/different-border-color-if-pane_synchronized
...
feat(pane): different border color if pane_synchronized
2024-03-07 07:28:41 +02:00
Henri Sota
219ff4330b
docs(README.md) use correct option for default window color ( #137 )
2024-03-07 01:02:05 +00:00
Hamothy
0f1d4a365e
docs(custom): fix outdated module name ( #153 )
2024-03-07 00:55:28 +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
YongJieYongJie
51b85e07a9
feat(pane): different border color if pane_synchronized
2024-02-07 00:40:26 -08:00
Valentin Uveges
a0119d2528
Merge pull request #130 from vdbe/perf/load_modules
...
perf(load_modules): only check relevant directories
2024-02-01 21:59:54 +02:00
vdbewout
a43527df70
perf(load_modules): only check relevant directories
2024-01-30 14:48:24 +01:00
Valentin Uveges
db7cd6e9b2
Merge pull request #110 from vdbe/refactor/load_modules
...
refactor(load_modules)
2024-01-30 12:32:08 +02:00
vdbewout
5099404ed9
fix(load_modules): zsh compatibility
2024-01-30 09:29:39 +01:00
Valentin Uveges
6ae90fe3fd
Merge pull request #117 from edman/patch-1
2024-01-27 07:34:44 +02: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
vdbewout
3f3ee79e27
refactor(load_modules)
...
- Check if file exists instead of sourcing and checking for an error
- Loop over module directories
- Fix `module_index`: was treated as a string ("0", "0+1", "0+1+1")
2024-01-26 08:28:12 +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
Valentin Uveges
a7566999a0
feat(pane): revert default config to pane status off
2024-01-18 22:50:33 +02:00
Valentin Uveges
bfc52dae6d
Merge pull request #114 from Em1lT/fix-conflicts
...
Pane customization options
2024-01-18 22:31:38 +02:00
Zachary Taylor
4ebafff29e
chore: update readme for new window configs
2024-01-18 09:56:33 -06:00
Zachary Taylor
820eb09125
feat: adding window current bg option
2024-01-18 09:53:56 -06:00
Zachary Taylor
fc7b6c1850
feat: adding default window color option
2024-01-18 09:53:19 -06:00
Emil Toivainen
23a6d4aca7
Merge branch 'main' into fix-conflicts
2024-01-18 16:28:16 +02:00
Valentin Uveges
20c9542ec4
Merge pull request #112 from peterkracik/main
...
Configure path for custom modules
2024-01-17 20:39:46 +02:00
Valentin Uveges
eff369c9ee
Merge branch 'main' into main
2024-01-17 20:39:31 +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
Valentin Uveges
85420ca825
Merge pull request #106 from alewis001/pane-border-styles
...
feat: Configure pane (active) border styles
2024-01-17 19:18:25 +02:00
Valentin Uveges
12051a2e94
Merge pull request #105 from qadzek/patch-1
...
docs: demonstrate how to use a command or script
2024-01-17 17:50:58 +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
Emil Toivainen
38b25a816d
feat: pane enable & top/bottom
2024-01-11 21:03:25 +02:00
Emil Toivainen
0972b6d300
feat: pane module
2024-01-11 16:22:11 +02:00
Peter Kracik
5172c764e2
added readme
2024-01-10 17:02:06 +01:00
Peter Kracik
b306dc5450
custom plugin dir
2024-01-10 16:54:58 +01:00
Emil Toivainen
17c3e24297
feat: pane default format sh
2024-01-10 15:41:38 +02:00
Emil Toivainen
8f12a36d38
feat: pane current format
2024-01-10 14:08:56 +02:00
Emil Toivainen
f91a20beba
feat: added pane formatting model
2024-01-10 13:59:51 +02:00
Emil Toivainen
29a95145c7
feat: pane configuration
2024-01-09 15:37:26 +02:00
Alex Lewis
ae7bd3ed77
feat: Configure pane (active) border styles
2024-01-03 16:30:27 +00:00
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