configured lightdm

This commit is contained in:
Rouven Seifert 2022-12-31 12:28:53 +01:00
parent ac3b4fcbb4
commit 86c9958a63
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 21 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
# declaration of awesome wm is in hosts/<name>/default.nix
home.file.".wallpaper.jpg".source = ../../../../images/wallpaper.jpg;
home.file.".wallpaper.png".source = ../../../../images/wallpaper.png;
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
}

View file

@ -162,7 +162,7 @@ local tasklist_buttons = gears.table.join(
local function set_wallpaper(s)
-- Wallpaper
awful.spawn.easy_async_with_shell("feh --no-fehbg --bg-scale $HOME/.wallpaper.jpg")
awful.spawn.easy_async_with_shell("feh --no-fehbg --bg-scale $HOME/.wallpaper.png")
end
-- Re-set wallpaper when a screen's geometry changes (e.g. different resolution)