Flake upgrade

This commit is contained in:
marc
2024-02-18 23:24:30 +01:00
parent 3d89540ff8
commit bf8c91e632
13 changed files with 153 additions and 199 deletions

View File

@@ -63,7 +63,7 @@ in
extraStartup = [
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
{ command = "feh --bg-fill -B \"#${config.colorScheme.colors.base00}\" -z --no-fehbg ${cfg.wallpaper}"; always = true; notification = false; }
{ command = "feh --bg-fill -B \"#${config.colorScheme.palette.base00}\" -z --no-fehbg ${cfg.wallpaper}"; always = true; notification = false; }
];
extraKeybindings = {