fixed issue with dconf settings for two extensions

This commit is contained in:
2026-07-05 16:15:14 -05:00
parent bf1053c4a7
commit d8dc1f6ed5
+2 -2
View File
@@ -41,11 +41,11 @@
};
"org/gnome/shell/extensions/caffeine" = {
show-indicator = [ "always" ];
show-indicator = "always";
};
"org/gnome/shell/extensions/status-tray" = {
icon-mode = [ "original" ];
icon-mode = "original" ;
};
};