Clearer waybar

This commit is contained in:
Thomas Forgione 2025-05-06 15:37:59 +02:00
parent 1d654ef9fc
commit 3d39274138
3 changed files with 7 additions and 6 deletions

View File

@ -47,7 +47,7 @@ style = "Block"
unfocused_hollow = true
[font]
size = 10.0
size = 11.0
[font.glyph_offset]
x = 0

View File

@ -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 #############################################################{{{

View File

@ -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;
}