add: waybar

This commit is contained in:
kenji
2025-12-27 11:05:09 -06:00
parent 46c08d95ec
commit b9471c83ed
6 changed files with 19 additions and 8 deletions
+4 -5
View File
@@ -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;