mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured lightdm
This commit is contained in:
parent
ac3b4fcbb4
commit
86c9958a63
8 changed files with 21 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue