fix calendar colours to use stylix theme
This commit is contained in:
parent
25d5844850
commit
913d96b5f7
1 changed files with 4 additions and 11 deletions
|
@ -1,10 +1,4 @@
|
||||||
{
|
{config, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true; # using these instead of exec-once beacuse SOME packages (swaync) dont let you disable them
|
systemd.enable = true; # using these instead of exec-once beacuse SOME packages (swaync) dont let you disable them
|
||||||
|
@ -32,10 +26,9 @@
|
||||||
"calendar" = {
|
"calendar" = {
|
||||||
"mode" = "month";
|
"mode" = "month";
|
||||||
"format" = {
|
"format" = {
|
||||||
"months" = "<span color='#ff6699'><b>{}</b></span>";
|
"months" = "<span color='#${config.lib.stylix.colors.base0E}'><b>{}</b></span>";
|
||||||
"days" = "<span color='#cdd6f4'><b>{}</b></span>";
|
"weekdays" = "<span color='#${config.lib.stylix.colors.base08}'><b>{}</b></span>";
|
||||||
"weekdays" = "<span color='#7CD37C'><b>{}</b></span>";
|
"today" = "<span color='#${config.lib.stylix.colors.base09}'><b>{}</b></span>";
|
||||||
"today" = "<span color='#ffcc66'><b>{}</b></span>";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue