i probably fixed gtk idk

This commit is contained in:
TheCrazyInsanity
2026-04-14 08:33:27 -04:00
parent 302a4fe136
commit 497a318d0b
3 changed files with 41 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
* {
/* Prioritize Twemoji for icons, fallback to sans-serif for text */
font-family: "Twitter Color Emoji", sans-serif;
font-size: 14px;
/* `otf-font-awesome` is required to be installed for icons */
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);