change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 18:28:32 +01:00
parent e5e97e4261
commit 8ca7821ac1
3 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ ... }: { ... }:
let let
custom = { custom = {
font = "RobotoMono Nerd Font"; font = "JetBrainsMono Nerd Font";
fontsize = "12"; fontsize = "12";
primary_accent = "cba6f7"; primary_accent = "cba6f7";
secondary_accent= "89b4fa"; secondary_accent= "89b4fa";

View file

@ -6,6 +6,8 @@
secondary_accent = "89b4fa"; secondary_accent = "89b4fa";
tertiary_accent = "f5f5f5"; tertiary_accent = "f5f5f5";
background = "11111B"; background = "11111B";
opacity = ".85";
cursor = "Numix-Cursor";
}, },
... ...
}: }:

View file

@ -6,6 +6,8 @@
secondary_accent = "89b4fa"; secondary_accent = "89b4fa";
tertiary_accent = "f5f5f5"; tertiary_accent = "f5f5f5";
background = "11111B"; background = "11111B";
opacity = ".85";
cursor = "Numix-Cursor";
}, },
... ...
}: }: