diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/xmobar/xmobar.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index cbf146dd..be16693e 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -40,7 +40,7 @@ in { | |||
40 | urxvt = { | 40 | urxvt = { |
41 | enable = true; | 41 | enable = true; |
42 | package = pkgs.rxvt_unicode-with-plugins; | 42 | package = pkgs.rxvt_unicode-with-plugins; |
43 | fonts = [ "xft:Fira Mono for Powerline:style=Medium:pixelsize=20" ]; | 43 | fonts = [ "xft:FiraCode Nerd Font Mono:style=Regular:pixelsize=21" ]; |
44 | scroll = { | 44 | scroll = { |
45 | lines = 0; | 45 | lines = 0; |
46 | bar.enable = false; | 46 | bar.enable = false; |
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 7bfd5c18..ce97c81b 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -2,7 +2,7 @@ | |||
2 | (scroll-bar-mode -1) | 2 | (scroll-bar-mode -1) |
3 | (tool-bar-mode -1) | 3 | (tool-bar-mode -1) |
4 | 4 | ||
5 | (set-face-attribute 'default nil :height 50) | 5 | (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 49) |
6 | 6 | ||
7 | (require 'evil) | 7 | (require 'evil) |
8 | (evil-mode 1) | 8 | (evil-mode 1) |
diff --git a/accounts/gkleen@sif/xmobar/xmobar.hs b/accounts/gkleen@sif/xmobar/xmobar.hs index ea53082d..ed1f6e55 100644 --- a/accounts/gkleen@sif/xmobar/xmobar.hs +++ b/accounts/gkleen@sif/xmobar/xmobar.hs | |||
@@ -7,7 +7,7 @@ main :: IO () | |||
7 | main = xmobar config | 7 | main = xmobar config |
8 | where | 8 | where |
9 | config = defaultConfig | 9 | config = defaultConfig |
10 | { font = "xft:Fira Mono for Powerline:style=Medium:pixelsize=22.5" | 10 | { font = "xft:FiraCode Nerd Font Mono:style=Regular:pixelsize=21" |
11 | , position = OnScreen 0 $ TopP 0 307 | 11 | , position = OnScreen 0 $ TopP 0 307 |
12 | , bgColor = "black" | 12 | , bgColor = "black" |
13 | , fgColor = "grey" | 13 | , fgColor = "grey" |