dotfiles/home/modules/freetube/config/settings.nix
2025-01-08 01:05:45 -06:00

44 lines
1.2 KiB
Nix
Executable file

{
allSettingsSectionsExpandedByDefault = false;
barColor = false;
baseTheme = "catppuccinMocha";
bounds = {
x = 880;
y = 221;
width = 1200;
height = 800;
maximized = false;
fullScreen = false;
};
defaultQuality = "1080";
downloadAskPath = false;
downloadBehavior = "download";
downloadFolderPath = "/home/nick/Downloads/FreeTube";
expandSideBar = true;
externalPlayer = "mpv";
hideActiveSubscriptions = false;
hideCommentLikes = true;
hideCommentPhotos = true;
hideHeaderLogo = true;
hideLabelsSideBar = true;
hidePlaylists = true;
hidePopularVideos = true;
hideRecommendedVideos = true;
hideSubscriptionsShorts = false;
hideSubscriptionsVideos = false;
hideTrendingVideos = true;
hideVideoLikesAndDislikes = true;
mainColor = "CatppuccinMochaMauve";
maxVideoPlaybackRate = 10;
playNextVideo = false;
quickBookmarkTargetPlaylistId = "favorites";
rememberHistory = false;
saveWatchedProgress = false;
secColor = "CatppuccinMochaLavender";
useDeArrowThumbnails = true;
useDeArrowTitles = true;
useSponsorBlock = true;
defaultTheatreMode = true;
listType = "grid";
currentLocale = "en_GB";
}