Commit graph

112 commits

Author SHA1 Message Date
Valentin Uveges
4e48b09a76
Merge pull request #38 from 89iuv/feature/add-user-and-host
Feature/add user and host
2023-04-03 07:58:42 +03: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
Roger Steve Ruiz
92b32c5c1a
Merge pull request #36 from 89iuv/89iuv/feature/make-separator-configurable 2023-03-28 01:09:49 -04:00
Roger Steve Ruiz
f3caea416e
Update catppuccin.tmux 2023-03-28 01:08:58 -04:00
Valentin Uveges
fb801b0eb2 fix: update method name 2023-03-27 22:03:44 +03:00
Valentin Uveges
99f47469ec feat: make separator configurable 2023-03-27 21:45:41 +03:00
Roger Steve Ruiz
8dd142b4e0
Merge pull request #29 from stasjok/improve_performance
Improve performance
2023-03-02 21:12:50 -05:00
Stanislav Asunkin
7eb80b1b8d perf: aggregate set-commands to one tmux call 2023-01-04 16:10:05 +03:00
Stanislav Asunkin
75f09ff843 fix: allow it to work on read-only filesystems 2023-01-04 14:03:36 +03:00
Roger Steve Ruiz
e2561decc2
Merge pull request #22 from rogeruiz/add-option-to-display-folders
feat(window_tabs_enabled): Adding support for window tabs rather than directory tabs
2022-12-14 11:42:17 -05:00
Roger Steve Ruiz
110a068dbc
Fix the path issue with the plugin directory 2022-11-30 00:02:19 -05:00
Roger Steve Ruiz
9395d48c49
Decoupling show_* vars more from the set[w] files;
This decoupling was done in a previous patch
0d82738708 and I missed this. So I went
back to fix it.
2022-11-23 20:59:18 -05:00
Roger Steve Ruiz
6e5343e097
Adding in the functionality; 🎉
This patch adds the functionality necessary to setup
@catppuccin_window_tabs_enabled for folks who expect something
differently than the initial design.
2022-11-23 20:40:45 -05:00
Roger Steve Ruiz
0d82738708
Setting up the architecture a bit better;
This architecture is now more extensible since all the display variables
are decoupled from where the options get set. This will make customizing
the theme with custom scripts more practical.
2022-11-23 20:26:48 -05:00
Roger Steve Ruiz
795a26c278
Removing unnecessary comments 2022-11-23 20:20:55 -05:00
Roger Steve Ruiz
e2b380a768
Refactor the theme selection;
So the idea here is that the themes are only different based on the
variables for the theme files. So this will change the theme variables
to have `local` prefixes to keep the namespace regular. I decided to
keep this like this until I get more feedback, because I think I could
also just manually add the local to everything in the old `tmuxtheme`
files. I chose this though because I really like how the
`catppuccin-selected-theme` can be used for local debugging or testing
out new colors if things were ever to need to be changed. If what that
`sed` and `source` command is doing is unclear, I can do better about
commenting around it.
2022-11-23 19:32:19 -05:00
Roger Steve Ruiz
1a8e901ec6
Updating ignorance;
This file should be ignored as it's getting modified by the main script
to pull in the themes for each flavor of Catppuccin in a safe way for
users running this script.
2022-11-23 19:06:47 -05: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
Roger Steve Ruiz
fb4e08d66c
Plumbing through the new variable to theme files;
This is the start of plumbing things through into the theme files, but I
do think that there is a better way here. I'm open to suggestions and
will probably ask for some help in the Discord for Catppuccin.
2022-11-23 14:50:03 -05:00
Roger Steve Ruiz
7208fc8363
Adding option to enable window_tabs;
This option, for now, defaults to false. This is just so it keeps the
initial design intention for the original design of the plugin. I may
flip it or change the name of the variable in future commits. This patch
is addressing catppuccin/tmux#16.

Co-Authored-By: Robert Menke <robert.b.menke@gmail.com>
2022-11-23 14:10:27 -05:00
Pocco81
d9e5c6d1e3 fix(colors): append updates 2022-10-17 09:10:58 -05:00
Pocco81
8ff210878e fix: frappe 2022-10-17 09:03:57 -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
winston
8820440bb7 chore: update .editorconfig 2022-09-27 02:41:54 +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
Pocco81
63aeb91a89
Merge pull request #4 from lokesh-krishna/main 2022-02-05 23:43:17 -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
Pocco81
370ecc70f6 updated black4 2021-12-22 10:06:47 -05:00
Pocco81
6e34758a70 chore: updated colors to Catppuccin v0.1.1 2021-12-22 10:03:53 -05:00
Pocco81
e26bfb03e7
Merge pull request #1 from aszalowski/fix-parent-dir-syntax-error
fix: syntax error when parent_dir enabled
2021-12-09 23:26:45 -05:00
aszalowski
1068375015
fix: syntax error when parent_dir enabled 2021-12-09 21:39:45 +01:00
Pocco81
32aa0949ae changed ss 2021-12-04 20:23:39 -05:00
Pocco81
29db51a43c update 2021-12-04 12:54:02 -05:00
Pocco81
374e80768c updated palette 2021-12-04 12:51:28 -05:00
Pocco81
f68becfcb8 remove gallery 2021-11-11 21:05:49 -05:00
Pocco81
fec1aebba0 added editorconfig file 2021-11-11 18:28:59 -05:00
Pocco81
65dae84ef3 initial push 2021-11-11 13:41:32 -05:00
Pocco81
c3a6dc671e allusive emoji notice 2021-11-11 12:19:25 -05:00