Almost all extensions configuration done.

This commit is contained in:
Ulysse Cura 2026-06-18 23:17:35 +02:00
parent a5dd09e0cd
commit 93a32565ae
1 changed files with 109 additions and 8 deletions

View File

@ -141,18 +141,119 @@ in
show-net = false; show-net = false;
}; };
"org/gnome/shell/extensions/openbar" = { "org/gnome/shell/extensions/openbar" = {
apply-accent-shell = true;
apply-all-shell = true;
apply-flatpak = true;
apply-gtk = true;
apply-menu-notif = true;
apply-menu-shell = true;
auto-bgalpha = false; auto-bgalpha = false;
autofg-bar = false; autofg-bar = false;
autofg-menu = false; autofg-menu = false;
autohg-bar = true; autotheme-refresh = true;
autohg-menu = true;
autotheme-dark = "Dark"; autotheme-dark = "Dark";
set-overview = true;
apply-accent-shell = true;
apply-all-shell = true;
apply-menu-notif = true;
apply-menu-shell = true;
bartype = "Islands";
isalpha = 0.5;
bgalpha = 0.0;
height = 32.0;
margin = 0.0;
hpad = 2.0;
bradius = 8.0;
bwidth = 0.0;
neon = false;
menu-radius = 16.0;
mbgalpha = 0.75;
mbalpha = 0.0;
corner-radius = true;
winbradius = 16.0;
apply-gtk = true;
apply-flatpak = true;
};
"org/gnome/shell/extensions/blur-my-shell" = {
"panel/static-blur" = true;
"panel/override-background" = false;
"appfolder/sigma" = 20;
"applications/blur" = true;
"applications/static-blur" = true;
"applications/blur-on-overview" = true;
"applications/enable-all" = true;
"applications/opacity" = 190;
"applications/pipeline" = "pipeline_default_rounded";
"applications/blacklist" = [
"Minecraft*"
];
};
"org/gnome/shell/extensions/Logo-menu" = {
menu-button-icon-image = 18;
symbolic-icon = false;
menu-button-icon-size = 24;
hide-softwarecentre = true;
};
"org/gnome/shell/extensions/custom-command-toggle" = {
entryrow3-setting = "Blur my Shell";
entryrow4-setting = "view-mirror-symbolic";
entryrow1-setting = "dconf write /org/gnome/shell/extensions/blur-my-shell/applications/blur true";
entryrow2-setting = "dconf write /org/gnome/shell/extensions/blur-my-shell/applications/blur false";
checkcommand1-setting = "dconf read /org/gnome/shell/extensions/blur-my-shell/applications/blur";
checkregex1-setting = "true";
checkexitcode1-setting = true;
showindicator1-setting = false;
checkcommandsync1-setting = true;
};
"org/gnome/shell/extensions/desktop-cube" = {
window-parallax = 0.75;
enable-panel-dragging = false;
};
"org/gnome/shell/extensions/dynamic-music-pill" = {
enable-lyrics = false;
action-left-click = "toggle_menu";
action-double-click = "play_pause";
action-right-click = "none";
popup-hide-on-leave = true;
show-pill-border = false;
target-container = 3;
position-mode = 1;
horizontal-offset = 8;
vertical-offset = 0;
border-radius = 8;
edge-margin = 2;
enable-shadow = false;
panel-art-size = 18;
panel-pill-height = 24;
panel-pill-width = 360;
pill-dynamic-width = true;
show-shuffle-loop = false;
popup-follow-radius = false;
visualizer-style = 3;
visualizer-padding = 4;
visualizer-bars = 8;
has-seen-first-hint = true;
};
"org/gnome/shell/extensions/just-perfection" = {
keyboard-layout = false;
quick-settings-dark-mode = false;
quick-settings-do-not-disturb = false;
world-clock = false;
workspace-popup = false;
background-menu = false;
window-menu-take-screenshot-button = false;
workspace = false;
window-demands-attention-focus = true;
};
"org/gnome/shell/extensions/gtile" = {
theme = "Minimal Dark";
}; };
}; };