Gnome extension search-light
This commit is contained in:
15
nix/home.nix
15
nix/home.nix
@@ -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 = [];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user