fix: correct gnome extension configuration syntax
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s

This commit is contained in:
Menno van Leeuwen 2025-01-20 15:14:29 +01:00
parent d760f00a82
commit 1b4a6df380
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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`