feat: dark mode and show hidden in file picker

This commit is contained in:
Jet Pham 2026-02-15 20:18:29 -08:00
parent 24389cf5ab
commit 8614a0c19f
No known key found for this signature in database

View file

@ -11,6 +11,7 @@
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
clock-format = "12h"; clock-format = "12h";
clock-show-weekday = true; clock-show-weekday = true;
color-scheme = "prefer-dark";
enable-animations = false; enable-animations = false;
enable-hot-corners = false; enable-hot-corners = false;
}; };
@ -32,6 +33,7 @@
}; };
"org/gtk/settings/file-chooser" = { "org/gtk/settings/file-chooser" = {
clock-format = "12h"; clock-format = "12h";
show-hidden = true;
}; };
"org/gnome/desktop/peripherals/touchpad" = { "org/gnome/desktop/peripherals/touchpad" = {
disable-while-typing = true; disable-while-typing = true;