waybar: fix typo (#810)

Link: https://github.com/danth/stylix/pull/810

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-01-27 16:41:24 -08:00 committed by GitHub
parent e81bd0cffa
commit e646a134db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;