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;
|
||||
};
|
||||
|
||||
"/org/gnome/shell/extensions/pano" = {
|
||||
"history-length" = 500;
|
||||
"global-shortcut" = [ "<Shift><Alt>V" ];
|
||||
"item-date-font-family" = "Hack Nerd Font Mono";
|
||||
"item-date-font-size" = 10;
|
||||
"search-bar-font-family" = "Hack Nerd Font Mono";
|
||||
"search-bar-font-size" = 14;
|
||||
"item-title-font-family" = "Hack Nerd Font Mono";
|
||||
"item-title-font-size" = 20;
|
||||
"org/gnome/shell/extensions/pano" = {
|
||||
history-length = 500;
|
||||
global-shortcut = [ "<Shift><Alt>V" ];
|
||||
item-date-font-family = "Hack Nerd Font Mono";
|
||||
item-date-font-size = 10;
|
||||
search-bar-font-family = "Hack Nerd Font Mono";
|
||||
search-bar-font-size = 14;
|
||||
item-title-font-family = "Hack Nerd Font Mono";
|
||||
item-title-font-size = 20;
|
||||
};
|
||||
|
||||
# To get an ID of an extension, run `gnome-extensions list`
|
||||
|
Loading…
x
Reference in New Issue
Block a user