From 5914dffb7cd7ff637150ed1b64a8972477b6bf24 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 9 Mar 2025 18:17:05 +0100 Subject: [PATCH] More hyprland and eww config --- modules/wm/hyprland/config/eww/eww.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/wm/hyprland/config/eww/eww.scss diff --git a/modules/wm/hyprland/config/eww/eww.scss b/modules/wm/hyprland/config/eww/eww.scss new file mode 100644 index 0000000..bd06590 --- /dev/null +++ b/modules/wm/hyprland/config/eww/eww.scss @@ -0,0 +1,17 @@ +$bg-color: rgba(0, 0, 0, 0.8); +$text-color: rgba(255, 255, 255, 1); +$main-color: rgba(255, 0, 0, 1); +$accent-color: rgba(0, 255, 0, 1); + +$font-size: 2.5rem; + +* { + margin: 1.25rem; +} + +window { + background-color: $bg-color; + border-radius: 2.5rem; + + font-size: $font-size; +}