home: themes: setup i3bar theme
This commit is contained in:
parent
494542899d
commit
273cbba17f
5 changed files with 53 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
isEnabled = config.my.home.x.enable;
|
||||
i3BarTheme = config.my.theme.i3BarTheme;
|
||||
in
|
||||
{
|
||||
|
||||
|
|
@ -16,8 +17,9 @@ in
|
|||
|
||||
bars = {
|
||||
top = {
|
||||
theme = "solarized-light";
|
||||
icons = "awesome5";
|
||||
theme = i3BarTheme.theme.name;
|
||||
settings = i3BarTheme;
|
||||
|
||||
blocks = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue