use noctalia for wallpaper

This commit is contained in:
Sean Kovacs 2025-12-14 03:00:53 -05:00
commit 7d3236a75f
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 13 additions and 31 deletions

View file

@ -253,40 +253,32 @@ in
videoSource = "portal";
};
wallpaper = {
enabled = false;
enabled = true;
overviewEnabled = false;
directory = "";
directory = "/home/sckova/.local/share/wallpaper";
monitorDirectories = [ ];
enableMultiMonitorDirectories = false;
recursiveSearch = false;
setWallpaperOnAllMonitors = true;
fillColor = "${pkgs.catppuccin.${config.catppuccin.flavor}.base}";
fillMode = "crop";
fillColor = "#000000";
hideWallpaperFilenames = true;
panelPosition = "follow_bar";
randomEnabled = false;
randomIntervalSec = 300;
transitionDuration = 1500;
transitionType = "random";
transitionEdgeSmoothness = 0.05;
panelPosition = "follow_bar";
hideWallpaperFilenames = false;
transitionType = "random";
useWallhaven = false;
wallhavenQuery = "";
wallhavenSorting = "relevance";
wallhavenOrder = "desc";
wallhavenCategories = "111";
wallhavenPurity = "100";
wallhavenResolutionMode = "atleast";
wallhavenResolutionWidth = "";
wallhavenResolutionHeight = "";
};
appLauncher = {
enableClipboardHistory = true;
enableClipPreview = true;
position = "center";
position = "top_left";
pinnedExecs = [ ];
useApp2Unit = false;
sortByMostUsed = true;
terminalCommand = "xterm -e";
terminalCommand = "kitty";
customLaunchPrefixEnabled = false;
customLaunchPrefix = "";
viewMode = "list";