-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
waybar support broken(?) #445
Comments
Strange; I can't see any obvious issues. |
You can see in th git repo that I changed the way the bars were defined. My syntax may have been a bit older. |
Hi, I have encountered the same problem, and it also affects other programs such as hyprland, yazi, dunst, and btop. EDIT: I believe I have identified the issue. I have Home Manager set up as standalone, and I only configured the theme, fonts, etc., on the host side but not on the HM side. I assumed I could set up the theme, fonts, and cursor on the host, and the specific programs would inherit these settings from HM. Here's how I configured the NixOS host:
Initially, I thought this was sufficient because of
However, this still didn't work. I wondered if I also needed to set Also, this is my
|
Potentially related: #400 (comment) |
Im having similar issues, but its especially weird because, in KDE (X11) mostly everything (also Home-Manager defined programs) gets nicely themed, and when i switch to a Hyprland Session, even the programs that have been themed before, dont get themed anymore. So i feel its a Wayland- or Hyprland-specific issue, because Home Manager actually is able to inherit the Stylix Settings from the Nix Configuration. If you need any configs, logs, screenshots for further analysis, id be glad to help. UPDATE: So apparently the Styling only works when using the Home Manager Module for the Program. But there are still some Programs, like Krusader, Dolphin and LF that are getting styled in KDE but not in Hyprland. Edit: The following workaround seems to fix dark theme of specific apps, but it breaks the Plasma Desktop session (blackscreen), so i disabled it again: Part of home.nix
|
I feel like I'm going a bit crazy.
But no style is defined. (No file
~/.config/waybar/style.css
exists)I can set my own style with
But I expected stylix to set that value.
The code looks right. I see no error in the hm module or my config. It's probably sometime totally stupid and I apoligize in advance for wasting your time.
Full config at https://github.com/tbaumann/nix-conf/blob/main/nix/home-manager/desktop/waybar.nix
The text was updated successfully, but these errors were encountered: