From 3d39274138693982e88bbbfc295843ff910e7edf Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 6 May 2025 15:37:59 +0200 Subject: [PATCH] Clearer waybar --- alacritty.toml | 2 +- nvim/init.vim | 1 + waybar/style.css | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/alacritty.toml b/alacritty.toml index cda020b..cd4dfc4 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -47,7 +47,7 @@ style = "Block" unfocused_hollow = true [font] -size = 10.0 +size = 11.0 [font.glyph_offset] x = 0 diff --git a/nvim/init.vim b/nvim/init.vim index bc7b828..7c57401 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -99,6 +99,7 @@ set t_Co=256 set textwidth=0 " Set textwidth for latex " autocmd FileType tex set textwidth=79 +autocmd FileType markdown set textwidth=120 " }}} " COLOR #############################################################{{{ diff --git a/waybar/style.css b/waybar/style.css index d8dfb1e..22ca8e2 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,5 +1,10 @@ @import "macchiato.css"; +window#waybar { + opacity: 0.3; +} + + window#waybar.full { background: @bar-bg; } @@ -11,7 +16,6 @@ window#waybar.float { * { font-family: "Ubuntu Mono Nerd Font", Roboto, Helvetica, Arial, sans-serif; font-size: 14px; - opacity: 0.9; min-height: 0px; } @@ -69,10 +73,6 @@ button:hover { color: @green; } -#workspaces button:hover { - background: rgba(0, 0, 0, 0.2); -} - #workspaces button.active:hover { background-color: @green; }