use actual waybar css nix interop

This commit is contained in:
Jill 2024-03-17 02:15:07 +03:00
parent 04a0387fd8
commit cc9ee95110
2 changed files with 11 additions and 4 deletions

View File

@ -53,6 +53,10 @@ box.module, .modules-right box {
border-bottom-right-radius: 1em; border-bottom-right-radius: 1em;
} }
#workspaces button.empty {
color: @overlay0;
}
#workspaces button.visible { #workspaces button.visible {
background: @surface1; background: @surface1;
} }
@ -70,6 +74,9 @@ box.module, .modules-right box {
#window { #window {
background: transparent; background: transparent;
} }
window#waybar.floating #window {
color: @pink;
}
#clock { #clock {
color: @lavender; color: @lavender;

View File

@ -12,10 +12,10 @@ in {
hm.wayland.windowManager.hyprland.settings.exec-once = [ "${lib.getExe pkgs.waybar}" ]; hm.wayland.windowManager.hyprland.settings.exec-once = [ "${lib.getExe pkgs.waybar}" ];
hm.programs.waybar = { hm.programs.waybar = {
enable = true; enable = true;
#style = builtins.concatStringsSep "\n" [ style = builtins.concatStringsSep "\n" [
# "@import \"${inputs.waybar-catppuccin}/themes/mocha.css\";" "@import \"${inputs.waybar-catppuccin}/themes/mocha.css\";"
# (lib.readFile ../../config/waybar.css) (lib.readFile ../../config/waybar.css)
#]; ];
settings = { settings = {
mainBar = { mainBar = {
layer = "top"; layer = "top";