about summary refs log tree commit diff
path: root/nix/profiles/home-manager/shell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-03 07:36:36 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-03 07:36:36 -0700
commit98dddfe8a5e57fec10e5a780200cf2c2142189ae (patch)
treef047c1962b8ea37ae3a534c5ca51ef1681e23094 /nix/profiles/home-manager/shell.nix
parenttmux stuff (diff)
downloadworld-98dddfe8a5e57fec10e5a780200cf2c2142189ae.tar.gz
more tweaks
Diffstat (limited to '')
-rw-r--r--nix/profiles/home-manager/shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index a7d4e49..95b8dd3 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -74,7 +74,7 @@
       font = {
         normal.family = "Monaspace Argon";
         bold = { style = "Bold"; };
-        size = 18;
+        size = 16;
       };
     };
   };
@@ -93,7 +93,7 @@
       setw -g mouse on
 
       # Avoid date/time taking up space
-      set -g status-right \'\'
+      set -g status-right ""
       set -g status-right-length 0
 
       set-option -g renumber-windows on