Kainoa Kanter

Results 651 comments of Kainoa Kanter

Or, something similiar to [Yoru](https://github.com/rxyhn/yoru)'s top bar: ![](https://raw.githubusercontent.com/rxyhn/yoru/main/.github/assets/top_panel.gif)

Nice! There's still a few problems when using it as a sidebar: ![image](https://github.com/scorpion-26/gBar/assets/44733677/46245448-3fa1-436b-85e3-a0e74ed1ce6c) 1. Icons still need to be rotated ![image](https://github.com/scorpion-26/gBar/assets/44733677/fd0a6517-3ff4-464f-8e83-79f5d9953401) 2. There should be an option to rotate the...

Nice! There's still a couple problems though: ![image](https://github.com/scorpion-26/gBar/assets/44733677/e8d6917f-5c22-464b-b92d-66702a9dc6ba) 1. A few items are off-aligned (eg headphone/bluetooth icons, power button icons, workspace switcher) 2. Hovering over the power button causes it...

> What font are you using? Which NF version? The default font (Cascadia Code NF v3.0.2) doesn't have these issues. Atkinson Hyperlegible for non-icons (isn't a NerdFont) and CaskaydiaCove Nerd...

It still happens with the default CSS. ![image](https://github.com/scorpion-26/gBar/assets/44733677/10144bd9-5e47-4bb5-bb29-28b85c7d6e11)

For reference: `style.scss`: ```scss $bg: #1f1d2e; $fg: #e0def4; $overlay: #26233a; $inactive: #524f67; $darkblue: #908caa; $cyan: #31748f; $green: #9ccfd8; $orange: #ebbcba; $pink: #ebbcba; $purple: #c4a7e7; $red: #eb6f92; $yellow: #f6c177; $btblue: #31748f;...

I'm using the Arch package already... I'll try the padding thing when I get home.

Also, how do I get Hyprland to not draw a blur behind the bar?

With this CSS (mostly adding `margin-left: 7px;` to the misaligned items), I was able to get almost everything centered except the damn headphone icon... ![image](https://github.com/scorpion-26/gBar/assets/44733677/40e829aa-56a0-43ee-bb8f-7198c0f06e56) ```scss $bg: #1f1d2e; $fg: #e0def4;...

Seems to not be an issue as of right now. ![image](https://github.com/scorpion-26/gBar/assets/44733677/4c3e14a5-66e7-485b-875b-f55a07c54b8d)