1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

theme fixes & added dconf config

This commit is contained in:
xnm
2024-04-07 14:40:44 +03:00
parent e94f33f4b0
commit 44c82b86cf
4 changed files with 37 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1,35 @@
[org/blueman/plugins/powermanager]
auto-power-on=@mb false
[org/gnome/desktop/interface]
color-scheme='prefer-dark'
cursor-theme='Catppuccin-Macchiato-Teal-Cursors'
document-font-name='JetBrains Mono 11'
font-antialiasing='grayscale'
font-hinting='slight'
font-name='JetBrains Mono 11'
gtk-theme='Catppuccin-Macchiato-Standard-Teal-Dark'
icon-theme='Colloid-teal-dark'
monospace-font-name='JetBrains Mono 11'
[org/gnome/desktop/peripherals/touchpad]
tap-to-click=true
two-finger-scrolling-enabled=true
[org/gnome/desktop/wm/preferences]
focus-mode='sloppy'
titlebar-font='JetBrains Mono Bold 11'
[org/gtk/gtk4/settings/file-chooser]
show-hidden=true
[org/gtk/settings/file-chooser]
date-format='regular'
location-mode='path-bar'
show-hidden=true
show-size-column=true
show-type-column=true
sort-column='name'
sort-directories-first=false
sort-order='ascending'
type-format='category'

View File

@@ -19,6 +19,7 @@
];
services.mpd.enable = true;
programs.thunar.enable = true;
programs.xfconf.enable = true;
services.tumbler.enable = true;
services.fwupd.enable = true;
services.auto-cpufreq.enable = true;

View File

@@ -50,8 +50,8 @@
# gnome.gnome-tweaks
# gnome.gnome-shell
# xsettingsd
# gnome.gnome-shell-extensions
# xsettingsd
# themechanger
];
}