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