Added wallpapers

This commit is contained in:
marc
2022-11-06 15:52:55 +01:00
parent c3dd5dda65
commit 934ce73d01
3 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ let
});
system_mode = "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown";
bg_colour = "#808F85";
in {
@@ -42,6 +43,8 @@ in {
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];
xdg.dataFile."wallpapers".source = ../../../data/wallpapers;
# - Configuration ----------------------------
xsession.windowManager.i3 = {
@@ -74,6 +77,8 @@ in {
startup = [
{ command = "i3-msg workspace 1"; }
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
{ command = "feh --bg-center -B \"${bg_colour}\" -z --no-fehbg ${config.xdg.dataFile.wallpapers.source}/flors"; always = true; notification = false; }
];
modes = {