Clearer waybar
This commit is contained in:
parent
1d654ef9fc
commit
3d39274138
@ -47,7 +47,7 @@ style = "Block"
|
||||
unfocused_hollow = true
|
||||
|
||||
[font]
|
||||
size = 10.0
|
||||
size = 11.0
|
||||
|
||||
[font.glyph_offset]
|
||||
x = 0
|
||||
|
@ -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 #############################################################{{{
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user