Increase font size on laptop

This commit is contained in:
Damien Broqua 2021-11-27 09:54:33 +01:00
parent 2e6c8b5601
commit 2ed2926ce0
2 changed files with 13 additions and 4 deletions

View file

@ -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,