Skip to content

Commit

Permalink
Fix wlogout
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Jan 3, 2025
1 parent ba92b64 commit 30feace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/home/catppuccin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
accent = "dark";
};
gtk.icon.enable = false;
wlogout.enable = false; # i like my config more
};

home.pointerCursor = {
Expand Down
2 changes: 1 addition & 1 deletion modules/home/wlogout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
];

style =
"@import \"${config.catppuccin.sources.waybar}/themes/${config.catppuccin.flavor}.css\";\n\n"
"@import \"${config.catppuccin.sources.waybar}/${config.catppuccin.flavor}.css\";\n\n"
+ (builtins.readFile ./style.css);
};
}

0 comments on commit 30feace

Please sign in to comment.