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:
parent
e81bd0cffa
commit
e646a134db
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue