Compare commits

..

13 Commits

Author SHA1 Message Date
Raghav Gururajan 7e2fc1f8f4
bash: Remove shepherd-user-services. 2021-12-30 20:56:45 -05:00
Raghav Gururajan c8079dcee7
bash: Remove activation of guix-extra-profiles. 2021-12-30 20:56:45 -05:00
Raghav Gururajan 4d9b8c7096
Remove sway. 2021-12-30 20:56:45 -05:00
Raghav Gururajan 6b6b2f5826
Add poezio. 2021-12-30 20:56:45 -05:00
Raghav Gururajan 278e1e908c
Add emacs. 2021-12-30 20:56:42 -05:00
Raghav Gururajan 2346106651
Add nano. 2021-12-30 20:54:06 -05:00
Raghav Gururajan 38e8fccd25
Add gtk. 2021-12-30 20:54:03 -05:00
Raghav Gururajan fc32ddde00
Add git. 2021-12-30 20:52:55 -05:00
Raghav Gururajan 4c2ede234b
Add gnupg. 2021-12-30 20:52:55 -05:00
Raghav Gururajan 3f074dcb4b
Add termite. 2021-12-30 20:52:52 -05:00
Raghav Gururajan 32020f25d5
Add sway. 2021-12-30 20:48:26 -05:00
Raghav Gururajan 54a8049ee2
Add weston. 2021-12-30 20:48:23 -05:00
Raghav Gururajan e34766b75f
Add stumpwm. 2021-12-30 20:43:37 -05:00
6 changed files with 10 additions and 12 deletions

View File

@ -8,12 +8,10 @@
(set-terminal-coding-system 'utf-8)
;; Font
(set-fontset-font "fontset-default" 'unicode "FreeMono")
(set-fontset-font "fontset-standard" 'unicode "FreeMono")
(set-fontset-font "fontset-startup" 'unicode "FreeMono")
(set-fontset-font "fontset-default" 'symbol "OpenMoji")
(set-fontset-font "fontset-standard" 'symbol "OpenMoji")
(set-fontset-font "fontset-startup" 'symbol "OpenMoji")
(set-fontset-font "fontset-default" 'unicode "Noto Sans Mono")
(set-fontset-font "fontset-startup" 'unicode "Noto Sans Mono")
(set-fontset-font "fontset-default" 'symbol "Noto Color Emoji")
(set-fontset-font "fontset-startup" 'symbol "Noto Color Emoji")
;; Language
(set-language-environment "UTF-8")

View File

@ -1,3 +1,3 @@
gtk-font-name = FreeSans 12
gtk-font-name = Noto Sans 10
gtk-print-backends = file,cups

View File

@ -1,6 +1,6 @@
[Settings]
gtk-application-prefer-dark-theme = true
gtk-font-name = FreeSans 12
gtk-font-name = Noto Sans 10
gtk-icon-theme-name = hicolor
gtk-print-backends = file,cups

View File

@ -8,5 +8,5 @@
(setf xft:*font-dirs* '("/run/current-system/profile/share/fonts/"))
(setf clx-truetype:+font-cache-filename+ (concat (getenv "HOME") "/.fonts/font-cache.sexp"))
(xft:cache-fonts)
(set-font (make-instance 'xft:font :family "FreeMono" :subfamily "Regular" :size 12))
(set-font (make-instance 'xft:font :family "Noto Mono" :subfamily "Regular" :size 10))

View File

@ -1,5 +1,5 @@
[options]
font = FreeMono 12
font = Noto Mono 10
[colors]
foreground = #ffffff

View File

@ -14,7 +14,7 @@ background-image=${XDG_DATA_DIRS}/weston/background.png
keymap_layout=us
[terminal]
font=FreeMono
font-size=12
font=Noto Mono
font-size=10
term=termite