fix: correct gnome extension configuration syntax
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
This commit is contained in:
parent
d760f00a82
commit
1b4a6df380
@ -54,15 +54,15 @@
|
|||||||
icon-style = 1;
|
icon-style = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
"/org/gnome/shell/extensions/pano" = {
|
"org/gnome/shell/extensions/pano" = {
|
||||||
"history-length" = 500;
|
history-length = 500;
|
||||||
"global-shortcut" = [ "<Shift><Alt>V" ];
|
global-shortcut = [ "<Shift><Alt>V" ];
|
||||||
"item-date-font-family" = "Hack Nerd Font Mono";
|
item-date-font-family = "Hack Nerd Font Mono";
|
||||||
"item-date-font-size" = 10;
|
item-date-font-size = 10;
|
||||||
"search-bar-font-family" = "Hack Nerd Font Mono";
|
search-bar-font-family = "Hack Nerd Font Mono";
|
||||||
"search-bar-font-size" = 14;
|
search-bar-font-size = 14;
|
||||||
"item-title-font-family" = "Hack Nerd Font Mono";
|
item-title-font-family = "Hack Nerd Font Mono";
|
||||||
"item-title-font-size" = 20;
|
item-title-font-size = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
# To get an ID of an extension, run `gnome-extensions list`
|
# To get an ID of an extension, run `gnome-extensions list`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user