change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 18:18:28 +01:00
parent 470d1bbd54
commit a2f6d4ff96
2 changed files with 20 additions and 10 deletions

View file

@ -1,4 +1,14 @@
{ ... }: {
custom ? {
font = "JetBrainsMono Nerd Font";
fontsize = "12";
primary_accent = "cba6f7";
secondary_accent = "89b4fa";
tertiary_accent = "f5f5f5";
background = "11111B";
},
...
}:
{ {
programs.waybar.settings.mainBar = { programs.waybar.settings.mainBar = {
position= "top"; position= "top";

View file

@ -1,13 +1,13 @@
{ {
custom ? { custom ? {
font = "JetBrainsMono Nerd Font"; font = "JetBrainsMono Nerd Font";
fontsize = "12"; fontsize = "12";
primary_accent = "cba6f7"; primary_accent = "cba6f7";
secondary_accent = "89b4fa"; secondary_accent = "89b4fa";
tertiary_accent = "f5f5f5"; tertiary_accent = "f5f5f5";
background = "11111B"; background = "11111B";
}, },
... ...
}: }:
{ {
programs.waybar.style = '' programs.waybar.style = ''