diff options
Diffstat (limited to 'common/modules')
| -rw-r--r-- | common/modules/beevim/default.nix | 6 | ||||
| -rw-r--r-- | common/modules/mango/waybar.nix | 5 | ||||
| -rw-r--r-- | common/modules/terminal/default.nix | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/common/modules/beevim/default.nix b/common/modules/beevim/default.nix index 49b66c4..0c80caf 100644 --- a/common/modules/beevim/default.nix +++ b/common/modules/beevim/default.nix @@ -30,9 +30,9 @@ in n: _: { pkgs, ... }: { - settings = { - neovim-unwrapped = pkgs.neovim-unwrapped; - }; + # settings = { + # neovim-unwrapped = pkgs.neovim-unwrapped; + # }; categories = { clang = false; markdown = false; diff --git a/common/modules/mango/waybar.nix b/common/modules/mango/waybar.nix index c6ec509..0ee4a83 100644 --- a/common/modules/mango/waybar.nix +++ b/common/modules/mango/waybar.nix @@ -300,7 +300,12 @@ in border-width: 2px; border-style: solid; border-color: @border_color; + } + + tooltip label { color: @text_main; + font-weight: 500; + text-shadow: none; } #window, diff --git a/common/modules/terminal/default.nix b/common/modules/terminal/default.nix index 8561025..3bc4a56 100644 --- a/common/modules/terminal/default.nix +++ b/common/modules/terminal/default.nix @@ -37,7 +37,6 @@ with lib; type = types.str; default = "monospace"; }; - size = mkOption { type = types.float; default = 13.0; |
