mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 17:06:54 +02:00
chore: waybar font for laptop monitor scale
This commit is contained in:
parent
4268e76057
commit
b907255503
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Monitor Setup
|
# Monitor Setup
|
||||||
# name: "1920x1080"
|
# name: "1920x1080"
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
monitor=,1920x1080@60,auto,1.2
|
monitor=,1920x1080@60,auto,1.2
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
@import "../style/main.css";
|
@import "../style/main.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
@ -10,7 +10,7 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
window>box {
|
window>box {
|
||||||
min-height: 36px;
|
min-height: 32px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue