From 93a32565ae5aa27fd47c64ea55d1d45f619baafe Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Thu, 18 Jun 2026 23:17:35 +0200 Subject: [PATCH] Almost all extensions configuration done. --- users-configuration/ulysse-cura-home.nix | 117 +++++++++++++++++++++-- 1 file changed, 109 insertions(+), 8 deletions(-) diff --git a/users-configuration/ulysse-cura-home.nix b/users-configuration/ulysse-cura-home.nix index 4c76a36..1cffd6b 100644 --- a/users-configuration/ulysse-cura-home.nix +++ b/users-configuration/ulysse-cura-home.nix @@ -141,18 +141,119 @@ in show-net = false; }; "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; autofg-bar = false; autofg-menu = false; - autohg-bar = true; - autohg-menu = true; + autotheme-refresh = true; 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"; }; };