Increase font size on laptop
This commit is contained in:
parent
2e6c8b5601
commit
2ed2926ce0
2 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
* {
|
||||
font-size: 11px;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
}
|
||||
|
||||
|
@ -10,6 +9,14 @@ window#waybar {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
window#waybar.thinkpad {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
window#waybar.laptop {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Base styling for modules */
|
||||
#workspaces,
|
||||
#mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue