Shrink bar height a bit
This commit is contained in:
parent
36b36b4fee
commit
2d21f8e66f
|
@ -40,18 +40,19 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Anonymous Pro", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace;
|
font-family: "Anonymous Pro", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace;
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.window {
|
window#waybar.window {
|
||||||
font-size: 12px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
margin: -5px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
border: solid 2px @fg;
|
border: solid 2px @fg;
|
||||||
font-size: 12px;
|
font-size: 20px;
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
animation-name: fadeIn;
|
animation-name: fadeIn;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
|
@ -76,7 +77,7 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
|
@ -222,7 +223,7 @@ window#waybar {
|
||||||
/* Todo-txt */
|
/* Todo-txt */
|
||||||
|
|
||||||
#custom-todo {
|
#custom-todo {
|
||||||
font-size: 40px;
|
font-size: 20px;
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
|
@ -232,7 +233,7 @@ window#waybar {
|
||||||
/* On-Screen Keyboard */
|
/* On-Screen Keyboard */
|
||||||
|
|
||||||
#custom-osk {
|
#custom-osk {
|
||||||
font-size: 50px;
|
font-size: 30px;
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
margin-bottom: -15px;
|
margin-bottom: -15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue