changes
This commit is contained in:
parent
8611114de4
commit
70878439c8
3 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
uosc
|
uosc
|
||||||
mpv-subtitle-lines # requires uosc
|
mpv-subtitle-lines # requires uosc
|
||||||
sponsorblock
|
|
||||||
mpris
|
mpris
|
||||||
autosub
|
autosub
|
||||||
youtube-upnext
|
youtube-upnext
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
sonarr
|
sonarr
|
||||||
flaresolverr
|
flaresolverr
|
||||||
nerd-fonts.fira-mono
|
nerd-fonts.fira-mono
|
||||||
|
ffmpeg-full
|
||||||
|
|
||||||
# kde and kde theming
|
# kde and kde theming
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
height = 2160;
|
height = 2160;
|
||||||
refresh = 143.999;
|
refresh = 143.999;
|
||||||
};
|
};
|
||||||
scale = 1.5;
|
scale = 1.33;
|
||||||
position = {
|
position = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
y = 0;
|
||||||
|
|
@ -84,7 +84,7 @@
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
hide-when-typing = false;
|
hide-when-typing = false;
|
||||||
hide-after-inactive-ms = 10000;
|
# hide-after-inactive-ms = 10000;
|
||||||
size = config.userOptions.cursor.size;
|
size = config.userOptions.cursor.size;
|
||||||
theme = config.userOptions.cursor.name;
|
theme = config.userOptions.cursor.name;
|
||||||
};
|
};
|
||||||
|
|
@ -96,6 +96,7 @@
|
||||||
proportion = 0.5;
|
proportion = 0.5;
|
||||||
};
|
};
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
|
{ proportion = 3.0 / 12.0; }
|
||||||
{ proportion = 4.0 / 12.0; }
|
{ proportion = 4.0 / 12.0; }
|
||||||
{ proportion = 6.0 / 12.0; }
|
{ proportion = 6.0 / 12.0; }
|
||||||
{ proportion = 8.0 / 12.0; }
|
{ proportion = 8.0 / 12.0; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue