Background working for PBP host

This commit is contained in:
Andrea Ciceri 2021-10-23 19:56:33 +02:00
parent ce1484753d
commit 8f2faaead9
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 11 additions and 5 deletions

View file

@ -5,5 +5,5 @@
] ++ suites.base;
bud.enable = true;
bud.localFlakeClone = "/home/andrea/fleet";
bud.localFlakeClone = "/home/ccr/fleet";
}

View file

@ -12,9 +12,15 @@
config = {
modifier = modifier;
menu = "${pkgs.bemenu}/bin/bemenu-run -b -m 1 -p 'λ'";
output = {
output =
let
bg = "${./wallpaper.jpg} fill"; in
{
HDMI-A-2 = {
bg = "${./wallpaper.jpg} fill";
inherit bg;
};
eDP-1 = {
inherit bg;
};
};
#fonts = [ "Font Awesome" "Fira Code" ];