fix(jellyfin-mpv-shim): was not using template
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
home.file.".config/matugen/templates/hyprlock".source = ./templates/hyprlock;
|
||||
home.file.".config/matugen/templates/starship".source = ./templates/starship;
|
||||
home.file.".config/matugen/templates/waybar".source = ./templates/waybar;
|
||||
home.file.".config/matugen/templates/jellyfin-mpv-shim".source = ./templates/jellyfin-mpv-shim;
|
||||
home.file.".config/matugen/templates/jellyfin-mpv-shim".source = ../jellyfin-mpv-shim/conf.json.template;
|
||||
|
||||
home.file.".config/matugen/templates/vicinae".text = ''
|
||||
# Vicinae Matugen Theme Template
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"use_mpv_config": true,
|
||||
"menu_style": "osc",
|
||||
"osc_color": "{{colors.primary.default.hex}}",
|
||||
"shader_pack_enable": true,
|
||||
"check_updates": false,
|
||||
"discord_presence": true,
|
||||
"remote_kb": true,
|
||||
"media_key_seek": true,
|
||||
"stop_osc_on_pause": false,
|
||||
"always_show_osc": false,
|
||||
"log_level": "info"
|
||||
}
|
||||
Reference in New Issue
Block a user