aboutsummaryrefslogtreecommitdiff
path: root/modules/sway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sway/default.nix')
-rw-r--r--modules/sway/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix
index 60495fb..3de80ac 100644
--- a/modules/sway/default.nix
+++ b/modules/sway/default.nix
@@ -49,8 +49,8 @@ in
right = "i";
fonts = {
- names = [ "BerkeleyMonoPatched Nerd Font" ];
- style = "Bold";
+ names = [ "GoMono Nerd Font Propo" ];
+ # style = "Bold";
size = 10.0;
};
@@ -118,7 +118,7 @@ in
mode = "hide";
hiddenState = "hide";
fonts = {
- names = [ "BerkeleyMonoPatched Nerd Font Propo" ];
+ names = [ "GoMono Nerd Font Propo" ];
size = "10.0";
};
extraConfig = ''
@@ -131,7 +131,7 @@ in
focusedWorkspace = {
border = scheme.base00; # "#0d0d0d";
background = scheme.base00; # "#0d0d0d";
- text = scheme.base0E;
+ text = scheme.base05;
};
activeWorkspace = {
border = scheme.base00; # "#0d0d0d";