home/fuji: set dark gtk theme and qutebrowser colorscheme, change mpv webtorrent hook download dir
This commit is contained in:
@@ -36,6 +36,16 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; };
|
||||||
|
};
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
style.name = "adwaita-dark";
|
||||||
|
platformTheme.name = "gtk";
|
||||||
|
};
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
home.sessionVariables = rec {
|
home.sessionVariables = rec {
|
||||||
@@ -91,6 +101,9 @@ in
|
|||||||
pkgs.mpvScripts.uosc
|
pkgs.mpvScripts.uosc
|
||||||
pkgs.mpvScripts.webtorrent-mpv-hook
|
pkgs.mpvScripts.webtorrent-mpv-hook
|
||||||
];
|
];
|
||||||
|
scriptOpts.webtorrent = {
|
||||||
|
path = "/tmp";
|
||||||
|
};
|
||||||
config = {
|
config = {
|
||||||
osc = "no";
|
osc = "no";
|
||||||
osd-bar = "no";
|
osd-bar = "no";
|
||||||
@@ -168,6 +181,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
colors.webpage.preferred_color_scheme = "dark";
|
||||||
content.notifications.enabled = false;
|
content.notifications.enabled = false;
|
||||||
content.pdfjs = true;
|
content.pdfjs = true;
|
||||||
content.webgl = false;
|
content.webgl = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user