Gnome extension search-light

This commit is contained in:
2024-10-11 12:07:29 +01:00
parent abe55b0c4f
commit 165fbb947b

View File

@@ -74,7 +74,7 @@ in
'') '')
] ]
# Linux-only apps # Linux-only apps
++ optionals isLinux [eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine] ++ optionals isLinux [eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine gnomeExtensions.search-light]
# macOS-only apps # macOS-only apps
++ optionals isDarwin []; ++ optionals isDarwin [];
@@ -325,6 +325,19 @@ in
use-higher-precision = false; use-higher-precision = false;
}; };
"org/gnome/shell/extensions/search-light" = {
background-color=[0.14117647707462311 0.14117647707462311 0.14117647707462311 1.0];
blur-background=false;
border-radius=5.7443946188340806;
border-thickness=0;
currency-converter=true;
entry-font-size=1;
scale-height=0.10000000000000001;
scale-width=0.10000000000000001;
unit-converter=true;
window-effect=0;
};
"org/gnome/shell/world-clocks" = { "org/gnome/shell/world-clocks" = {
locations = []; locations = [];
}; };