feat(waybar): make background invisible
This commit is contained in:
parent
3a2a668028
commit
9c947d7992
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
modules-right = [ "clock" ];
|
modules-right = [ "clock" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
style = # css
|
||||||
|
''
|
||||||
|
window#waybar {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue