feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings

This commit is contained in:
2025-06-04 08:07:27 +02:00
parent e8bf13275e
commit 0fff2f87a5
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
* {
font-size: 16px;
font-size: 13px;
font-family: monospace;
}
@@ -10,12 +10,12 @@ window#waybar {
#custom-right-arrow-dark,
#custom-left-arrow-dark {
font-size: 20px;
font-size: 16px;
color: #252525;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
font-size: 20px;
font-size: 16px;
color: #282a36;
background: #252525;
}