Skip to content

Commit

Permalink
waybar: fix typo (#810)
Browse files Browse the repository at this point in the history
Link: #810

Fixes: e81bd0c ("waybar: add addCss option (#804)")

Reviewed-by: NAHO <[email protected]>
  • Loading branch information
awwpotato authored Jan 28, 2025
1 parent e81bd0c commit e646a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/waybar/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
with config.lib.stylix.colors.withHashtag;
with config.stylix.fonts;
let
cfg = config.style.targets.waybar;
cfg = config.stylix.targets.waybar;
colorlessModules = place: ''
.modules-${place} #workspaces button {
border-bottom: 3px solid transparent;
Expand Down

0 comments on commit e646a13

Please sign in to comment.