From ea6c17cc743585ecbd8c89dce1c19aa052e024df Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 15 Oct 2024 03:31:24 -0400 Subject: [PATCH] fix(eww): add unit to font sizes in `eww.scss` This quiets a few warning messages. --- home-manager/wayland/eww/eww.scss | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/home-manager/wayland/eww/eww.scss b/home-manager/wayland/eww/eww.scss index 7332ae3..c6172e4 100644 --- a/home-manager/wayland/eww/eww.scss +++ b/home-manager/wayland/eww/eww.scss @@ -21,7 +21,7 @@ $accent: #f6a8cf; background-color: $background; font-family: "Quicksand Medium"; color: $foreground; - font-size: 13; + font-size: 13px; padding: 3px 10px; } @@ -30,18 +30,18 @@ $accent: #f6a8cf; tooltip { background-color: rgba(0,0,0,0.8); font-family: "JetBrains Mono"; - font-size: 12; + font-size: 12px; } .detail { - font-size: 10; + font-size: 10px; color: $foreground-alt; } .bar-sep { margin: 0px 4px; color: $background-alt; - font-size: 22; + font-size: 22px; } .bar-window { @@ -59,12 +59,12 @@ tooltip { .bar-time { @include segment; - font-size: 15; + font-size: 15px; padding: 0px 10px; .bar-date { margin-top: 1px; - font-size: 11; + font-size: 11px; color: #a9b1d6; } } @@ -87,12 +87,12 @@ tooltip { } .symbol.paused { - font-size: 12; + font-size: 12px; margin-left: 2px; } .symbol.playing { - font-size: 15; + font-size: 15px; margin-top: 1px; } @@ -186,7 +186,7 @@ scale trough { .symbol { margin-right: 7px; - font-size: 14; + font-size: 14px; } } @@ -195,20 +195,20 @@ scale trough { margin-right: 9px; font-family: "JetBrains Mono"; color: #bb9af7; - font-size: 12; + font-size: 12px; &.disabled { color: $disabled; } .symbol { - font-size: 15; + font-size: 15px; } } .bar-bluetooth { margin: 0px 3px; - font-size: 15; + font-size: 15px; color: #7aa2f7; &.disabled { @@ -219,7 +219,7 @@ scale trough { .bar-circular { margin: 0px 3px; - font-size: 15; + font-size: 15px; .back { color: $background-scale;