Update gnome dconf
This commit is contained in:
parent
8ea63244ca
commit
fcd0294a33
1 changed files with 138 additions and 165 deletions
|
@ -1,9 +1,20 @@
|
||||||
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
||||||
{ lib, ... }:
|
{ lib, ... }: with lib.hm.gvariant;
|
||||||
|
let:
|
||||||
|
# Day Variant
|
||||||
|
day-wallpaper = "file:////etc/nixos/git/desktops/wallpaper/gruvbox/wallpaper10.jpg";
|
||||||
|
day-gtk-theme = "vimix-doder";
|
||||||
|
day-shell-theme = "vimix-doder";
|
||||||
|
day-icon-theme = "Vimix-Doder";
|
||||||
|
|
||||||
with lib.hm.gvariant;
|
# Night Variant
|
||||||
|
night-wallpaper = "file:////etc/nixos/git/desktops/wallpaper/gruvbox/wallpaper11.jpg";
|
||||||
|
night-gtk-theme = "vimix-dark-doder";
|
||||||
|
night-shell-theme = "vimix-dark-doder";
|
||||||
|
night-icon-theme = "Vimix-Doder-dark";
|
||||||
|
|
||||||
{
|
in: {
|
||||||
|
{
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"apps/seahorse/listing" = {
|
"apps/seahorse/listing" = {
|
||||||
keyrings-selected = [ "openssh:///home/albert/.ssh" ];
|
keyrings-selected = [ "openssh:///home/albert/.ssh" ];
|
||||||
|
@ -38,19 +49,9 @@ with lib.hm.gvariant;
|
||||||
translate = true;
|
translate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/app-folders/folders/YaST" = {
|
|
||||||
categories = [ "X-SuSE-YaST" ];
|
|
||||||
name = "suse-yast.directory";
|
|
||||||
translate = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
color-shading-type = "solid";
|
picture-uri = ${day-wallpaper};
|
||||||
picture-options = "zoom";
|
picture-uri-dark = ${night-wallpaper};
|
||||||
picture-uri = "file:////etc/nixos/git/desktops/wallpaper/gruvbox/wallpaper10.jpg";
|
|
||||||
picture-uri-dark = "file:////etc/nixos/git/desktops/wallpaper/gruvbox/wallpaper10.jpg";
|
|
||||||
primary-color = "#3a4ba0";
|
|
||||||
secondary-color = "#2f302f";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/calendar" = {
|
"org/gnome/desktop/calendar" = {
|
||||||
|
@ -60,12 +61,6 @@ with lib.hm.gvariant;
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
clock-show-date = true;
|
clock-show-date = true;
|
||||||
clock-show-weekday = false;
|
clock-show-weekday = false;
|
||||||
color-scheme = "prefer-dark";
|
|
||||||
cursor-theme = "Adwaita";
|
|
||||||
font-antialiasing = "grayscale";
|
|
||||||
font-hinting = "slight";
|
|
||||||
gtk-theme = "vimix-dark-doder";
|
|
||||||
icon-theme = "Vimix-Doder-dark";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/notifications" = {
|
"org/gnome/desktop/notifications" = {
|
||||||
|
@ -121,26 +116,22 @@ with lib.hm.gvariant;
|
||||||
transparency-mode = "FIXED";
|
transparency-mode = "FIXED";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/cursor-variants" = {
|
|
||||||
enabled = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/gtk-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/gtk-variants" = {
|
||||||
day = "vimix-doder";
|
|
||||||
enabled = true;
|
enabled = true;
|
||||||
night = "vimix-dark-doder";
|
day = ${day-gtk-theme};
|
||||||
|
night = ${night-gtk-theme};
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/icon-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/icon-variants" = {
|
||||||
day = "Vimix-Doder";
|
|
||||||
enabled = true;
|
enabled = true;
|
||||||
night = "Vimix-Doder-dark";
|
day = ${day-icon-theme};
|
||||||
|
night = ${night-icon-theme};
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/shell-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/shell-variants" = {
|
||||||
day = "vimix-doder";
|
|
||||||
enabled = true;
|
enabled = true;
|
||||||
night = "vimix-dark-doder";
|
day = ${day-shell-theme};
|
||||||
|
night = ${night-shell-theme};
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/time" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/time" = {
|
||||||
|
@ -149,10 +140,6 @@ with lib.hm.gvariant;
|
||||||
sunset = 19.0;
|
sunset = 19.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/user-theme" = {
|
|
||||||
name = "vimix-dark-doder";
|
|
||||||
};
|
|
||||||
|
|
||||||
"org/gnome/shell/weather" = {
|
"org/gnome/shell/weather" = {
|
||||||
automatic-location = true;
|
automatic-location = true;
|
||||||
locations = "[<(uint32 2, <('Osaka International Airport', 'RJOO', false, [(0.60708368566759674, 2.3640484718263193)], @a(dd) [])>)>]";
|
locations = "[<(uint32 2, <('Osaka International Airport', 'RJOO', false, [(0.60708368566759674, 2.3640484718263193)], @a(dd) [])>)>]";
|
||||||
|
@ -176,20 +163,6 @@ with lib.hm.gvariant;
|
||||||
view-type = "list";
|
view-type = "list";
|
||||||
window-size = mkTuple [ 859 453 ];
|
window-size = mkTuple [ 859 453 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gtk/settings/file-chooser" = {
|
|
||||||
date-format = "regular";
|
|
||||||
location-mode = "path-bar";
|
|
||||||
show-hidden = false;
|
|
||||||
show-size-column = true;
|
|
||||||
show-type-column = true;
|
|
||||||
sidebar-width = 175;
|
|
||||||
sort-column = "name";
|
|
||||||
sort-directories-first = false;
|
|
||||||
sort-order = "ascending";
|
|
||||||
type-format = "category";
|
|
||||||
window-position = mkTuple [ 30 26 ];
|
|
||||||
window-size = mkTuple [ 1203 902 ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue