Skip to content

Instantly share code, notes, and snippets.

@bzm3r
Last active December 15, 2023 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bzm3r/08e2f36ea4a8a9af85ffa72a22fce94b to your computer and use it in GitHub Desktop.
Save bzm3r/08e2f36ea4a8a9af85ffa72a22fce94b to your computer and use it in GitHub Desktop.
The last part of my sway configuration.
exec_all {
export XDG_DATA_DIRS=/nix/store/nkkdfnrkwrfgs3rpm1ln0pc96ff4n4gk-gsettings-desktop-schemas-45.0/share/gsettings-schemas/gsettings-desktop-schemas-45.0:$XDG_DATA_DIRS
gnome_schema=org.gnome.desktop.interface
gsettings set $gnome_schema color-scheme 'prefer-dark'
gsettings set $gnome_schema cursor-theme 'phinger-cursors'
gsettings set $gnome_schema document-font-name 'Atkinson Hyperlegible 16'
gsettings set $gnome_schema font-antialiasing 'rgba'
gsettings set $gnome_schema font-hinting 'full'
gsettings set $gnome_schema font-name 'Atkinson Hyperlegible 16'
gsettings set $gnome_schema gtk-theme 'Adwaita'
gsettings set $gnome_schema monospace-font-name 'Inconsolata Nerd Font Mono 16'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment