change waybar config
This commit is contained in:
parent
a2f6d4ff96
commit
6e3e96a12d
|
@ -1,14 +1,14 @@
|
||||||
{
|
{ ... }:
|
||||||
custom ? {
|
let
|
||||||
|
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";
|
||||||
},
|
};
|
||||||
...
|
in
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
programs.waybar.settings.mainBar = {
|
programs.waybar.settings.mainBar = {
|
||||||
position= "top";
|
position= "top";
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{ ... }:
|
||||||
custom ? {
|
let
|
||||||
|
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";
|
||||||
},
|
};
|
||||||
...
|
in
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
programs.waybar.style = ''
|
programs.waybar.style = ''
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue