chore: waybar font for laptop monitor scale

This commit is contained in:
hesam-init 2024-04-11 14:49:17 +03:30
parent 4268e76057
commit b907255503
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# -----------------------------------------------------
# -----------------------------------------------------
# Monitor Setup
# name: "1920x1080"
# -----------------------------------------------------
# -----------------------------------------------------
monitor=,1920x1080@60,auto,1.2

View file

@ -2,7 +2,7 @@
@import "../style/main.css";
* {
font-size: 12px;
font-size: 10px;
}
window {
@ -10,7 +10,7 @@ window {
}
window>box {
min-height: 36px;
min-height: 32px;
padding: 6px;
padding-bottom: 2px;
}