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;
}
#workspaces button.empty {
color: @overlay0;
}
#workspaces button.visible {
background: @surface1;
}
@ -70,6 +74,9 @@ box.module, .modules-right box {
#window {
background: transparent;
}
window#waybar.floating #window {
color: @pink;
}
#clock {
color: @lavender;

View File

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