gnome settings

This commit is contained in:
2026-03-04 21:55:02 +01:00
parent 5910569f7f
commit 9f7bdc5f35

View File

@@ -13,6 +13,20 @@
videos = "${config.home.homeDirectory}/Videos"; videos = "${config.home.homeDirectory}/Videos";
}; };
dconf.settings = { dconf.settings = {
"moe/tsukimi" = {
accent-color-code = "rgb(46,194,126)";
is-auto-select-server = true;
is-fullscreen = false;
is-maximized = false;
mpv-audio-preferred-lang = 1;
mpv-show-buffer-speed = true;
mpv-subtitle-font = "Normal";
mpv-subtitle-preferred-lang = 1;
music-repeat-mode = "none";
preferred-server = "Emby";
window-height = 672;
window-width = 971;
};
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
focus-active-notification = []; focus-active-notification = [];
open-new-window-application-1 = []; open-new-window-application-1 = [];
@@ -118,6 +132,7 @@
}; };
"org/gnome/shell" = { "org/gnome/shell" = {
enabled-extensions = [ enabled-extensions = [
"auto-accent-colour@Wartybix"
"clipboard-indicator@tudmotu.com" "clipboard-indicator@tudmotu.com"
"nightthemeswitcher@romainvigier.fr" "nightthemeswitcher@romainvigier.fr"
"rounded-window-corners@fxgn" "rounded-window-corners@fxgn"