applied colors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
{config, ...}: let
|
||||
colors = config.lib.stylix.colors.withHashtag;
|
||||
in {
|
||||
programs.waybar = {
|
||||
style = ''
|
||||
|
||||
* {
|
||||
background-color: #cdd6f4;
|
||||
color: #181824;
|
||||
background-color: ${colors.base11};
|
||||
color: ${colors.base05};
|
||||
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user