-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
jankyborders: init #838
base: master
Are you sure you want to change the base?
jankyborders: init #838
Conversation
I will do testing in my configuration to make sure it works. |
5fa0253
to
3ae65cb
Compare
3ae65cb
to
0b51343
Compare
bruh... RATE LIMITED by GitHub. Welp time to touch grass for an hour, XD. |
Doesn't work as the colors go based of |
@Eveeifyeve Oh my god, imagine people actually seeing your config . Regarding the |
Yeah I am trying to make a vertical bar on both with this styling this is based on my linux I am trying to rice my macOS so I can be one of the firsts to have 1. a clean config 2. have full ricing support for macOS and NixOS:
Well I had a look in the documentation idk if it's possible to use a base16 color? but to be honest idk, I would like to get this out so my borders look exactly like hyprlands. |
Then I want to do a pr for sketchybar but I don't know how I would support that as it contains a command not a config file to run it, I might have to make a pr in nix-darwin to add support for the way of doing it though nix instead of args to a cli command. |
So yeah full setup is:
|
opacity = builtins.toString ( | ||
builtins.ceil (config.stylix.opacity.desktop * 100) | ||
); | ||
mkColor = color: "0x${opacity}${color}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding the
AARRGGBB
, you should just be able to format the string no? I will take a look at the code in the evening and check it out.Well I had a look in the documentation idk if it's possible to use a base16 color? but to be honest idk
What exactly does not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it doesn't change my borders to the color, when it should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also @Lalit64 did say he was going to test on his machine #838 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it doesn't change my borders to the color, when it should.
Does it work with a regular configuration, which is not generated by Stylix? Maybe the generated output is wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Eveeifyeve I have jankyborders as a nix-darwin service I think it's not working because of that. I changed the stylix input and tried to darwin-rebuild switch
. I am pretty sure it should have thrown an error that their is a duplicate config option. Also there is no ~/.config/borders/bordersrc
file being created. There also doesn't seem to be a home-manager module for jankyborders
Adds the Jankyborders nix-darwin module.
Jankyborders is a popular ricing tool for styling borders on macOS.
Setup using jankyborders on nix-darwin:
Credit: @Lalit64 (dotfiles)