This commit is contained in:
Chaos 2022-11-11 17:29:35 +00:00
parent a15ced9cf3
commit c41f26a66f
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ in {
clock-show-weekday = true; clock-show-weekday = true;
# Battery Percentage on Top Bar # Battery Percentage on Top Bar
show-battery-percentage = true; show-battery-percentage = true;
clock-format= "12h"; clock-format = "12h";
# Cursor Size (only seems to affect VSCode??) # Cursor Size (only seems to affect VSCode??)
# TODO: Fix This # TODO: Fix This
@ -82,7 +82,7 @@ in {
}; };
# use location services to set time # use location services to set time
"org/gnome/system/location" = { enabled = true; }; "org/gnome/system/location" = { enabled = true; };
"org/gnome/desktop/datetime" = { automatic-timezone = true; } "org/gnome/desktop/datetime" = { automatic-timezone = true; };
"org/gnome/desktop/wm/keybindings" = { "org/gnome/desktop/wm/keybindings" = {
# mostly just i3wm stock keybinds # mostly just i3wm stock keybinds
close = [ "<Shift><Alt>q" ]; close = [ "<Shift><Alt>q" ];