-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
share your custom galaxyline #12
Comments
would be good to have "defaults" themes out of the box or organize in a new repository. |
Sounds good. The purpose of galaxyline is to allow users to freely customize any status bar they want. So I provided the highlight keyword, considering that not everyone would be willing to spend time on configure colors, maybe a default theme can be provided, but it is simple. just merge highlight of each section with default theme. |
I based my configuration off of Here's the code. Edit: I updated the image to reflect some changes over the past day. It's a pretty impressive plugin! I was surprised by how well you can reorganize things in order to change the effects. Edit 2: Updated again, added changing colors according to filetype and more adapting to short windows. |
Evilline with coc-lsp status |
@AlanJui I've updated my comment. Maybe I should make a pull request for coc-lsp, so it work out of a box. |
My status line using a modded version of |
My statusline made to look as close as possible to spacemac's statusline Edit: opening file with system shell shebang will now return the actual system shell (ex bash or dash) and if python shebang doesn't give version number then it will return python --version. |
Mine slightly mixes the spaceline and eviline in your README. EDIT:- |
My variant |
my minimalist galaxyline setup. |
minimalist fork of Th3Whit3Wolf's variant |
I am seeing a ton of examples here where people have a mapping from a vim mode to a color. No one is handing visual block mode in the posted configs (or I don't know how to see how they are). Does anyone have any idea how to set a key that would capture visual block? Here is my current config.
I have tried several different values there and nothing seems to come through. If I do |
local mode_color = {
n = 'DarkGoldenrod2',
i = 'chartreuse3',
v = 'gray',
["�"] = 'gray',
V = 'gray',
c = 'plum3',
no = 'DarkGoldenrod2',
s = 'SkyBlue2',
S = 'SkyBlue2',
["�"] = 'SkyBlue2',
ic = 'chartreuse3',
R = 'purple',
Rv = 'purple',
cv = 'plum3',
ce = 'plum3',
r = 'chocolate',
rm = 'chocolate',
["r?"] = 'chocolate',
["!"] = 'plum3',
t = 'plum3'
} |
@Th3Whit3Wolf copied all of your keys for the different modes and put in my colors. When I go into Visual Block @glepnir Looks like they have all the same ones you have in your snippet. Do you know which one is supposed to be for visual block mode? |
|
@skbolton |
@richin13 I checked that before posting this issue. For visual block mode it says it returns
The help docs highlight @kraftwerk28 what happens when you go into visual block mode |
output is |
Yeah I was thinking |
@AlanJui 😞 Hi, I want to get the python interpreter info, but why i get nothing when use the coc#status()? |
@UzimakiNaruto |
@superhawk610 Thanks, I use coc-pyright now. I implement it by myself now. 😃 |
Transparent version of nerd-galaxy |
Offtopic: does anybody know where glepnir is? Is he ok? |
Same question |
Colours are generated from a main background and foreground colour, making for easy switching. This path length is pushing it a bit. Might have to figure out how shells shorten paths for the prompt. Config |
My |
There is a function for that in |
My custom galaxyline with NTBBloodbath's fork |
A galaxyline that integrates tabs into the statusline, with |
Nice |
But note that I am running the fork https://github.com/NTBBloodbath/galaxyline.nvim so config might be a bit different |
:( ahh ok nevermind |
|
I remade my entire config because I thought mine looked cluttered. I took inspiration from @Zarainia's galaxyline |
here is my play on @glepnir's evilline; I call it bubbleline the icon and bars change with vim mode, here's normal: visual insert replace and then when all of the alerts are active it looks like this |
looks great, can you share the code/repo please |
yeah sure here's the lua script for edit: if anyone has suggestions on ways to clean thing up in lua (i sort of hacked it all together) feel free to share; would love to learn how to do things correctly |
Offtopic: What happened to galaxyline? There hasn't been any new commits for almost a year now, now new issues and people aren't showing their examples here anymore. Is this project dead; is there a newer alternative available? |
It seems to be abandoned. I am still using it since I believe it's the best plugin for this purpose in terms of extensibility and customization. |
Hey need some screenshots in README. You can share your custom galaxyline screenshots in here and you can add the link .
The text was updated successfully, but these errors were encountered: