add(matugen): new template
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
"float, class:^(jellyfin-mpv-shim)$"
|
"float, class:^(jellyfin-mpv-shim)$"
|
||||||
"center, class:^(jellyfin-mpv-shim)$"
|
"center, class:^(jellyfin-mpv-shim)$"
|
||||||
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
|
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
|
||||||
|
"opacity 1.0 override 1.0 override, class:^(jellyfin-mpv-shim)$"
|
||||||
|
"idleinhibit focus, class:^(jellyfin-mpv-shim)$"
|
||||||
|
"noblur, class:^(jellyfin-mpv-shim)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.exec-once = [
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
|
|||||||
@@ -51,6 +51,10 @@ input_path = "~/.config/matugen/templates/mako"
|
|||||||
output_path = "~/.config/mako/config"
|
output_path = "~/.config/mako/config"
|
||||||
post_hook = "makoctl reload"
|
post_hook = "makoctl reload"
|
||||||
|
|
||||||
|
[templates.jellyfin-mpv-shim]
|
||||||
|
input_path = "~/.config/matugen/templates/jellyfin-mpv-shim"
|
||||||
|
output_path = "~/.config/jellyfin-mpv-shim/conf.json"
|
||||||
|
|
||||||
[templates.vicinae]
|
[templates.vicinae]
|
||||||
input_path = "~/.config/matugen/templates/vicinae"
|
input_path = "~/.config/matugen/templates/vicinae"
|
||||||
output_path = "~/.local/share/vicinae/themes/matugen.toml"
|
output_path = "~/.local/share/vicinae/themes/matugen.toml"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
home.file.".config/matugen/templates/hyprlock".source = ./templates/hyprlock;
|
home.file.".config/matugen/templates/hyprlock".source = ./templates/hyprlock;
|
||||||
home.file.".config/matugen/templates/starship".source = ./templates/starship;
|
home.file.".config/matugen/templates/starship".source = ./templates/starship;
|
||||||
home.file.".config/matugen/templates/waybar".source = ./templates/waybar;
|
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/vicinae".text = ''
|
home.file.".config/matugen/templates/vicinae".text = ''
|
||||||
# Vicinae Matugen Theme Template
|
# Vicinae Matugen Theme Template
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"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