From 5101718c2a2b268f49f354b8153cac4d4dd7ebc8 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Tue, 13 May 2025 09:22:21 +0200 Subject: [PATCH] some small ew fixes --- .config/eww/topbar_owlenlap02.scss | 29 ++++++++--------------------- .config/eww/topbar_owlenlap02.yuck | 5 ++--- .config/eww/widgets/hyprsunset.yuck | 3 --- 3 files changed, 10 insertions(+), 27 deletions(-) diff --git a/.config/eww/topbar_owlenlap02.scss b/.config/eww/topbar_owlenlap02.scss index ab04927..86613a8 100644 --- a/.config/eww/topbar_owlenlap02.scss +++ b/.config/eww/topbar_owlenlap02.scss @@ -1,20 +1,20 @@ -@import 'widgets'; +@import "widgets"; * { all: unset; } tooltip { - background: #2E3440; - color: #E5E6E7; + background: #2e3440; + color: #e5e6e7; border-radius: 1.5rem 1rem; - border: 1px solid #6F7175; + border: 1px solid #6f7175; } .popup { - background: #2E3440; - color: #E5E6E7; - border: 1px solid #6F7175; + background: #2e3440; + color: #e5e6e7; + border: 1px solid #6f7175; } .popup menuitem:hover { @@ -26,22 +26,9 @@ window { color: transparent; * { - font-family: 'Inconsolata Go Nerd Font'; + font-family: "Inconsolata Go Nerd Font"; font-size: 0.85rem; border-radius: 1.5rem 1rem; padding: 2px 6px; } - - /* Modules */ - .left { - //background: orange; - } - - .center { - //background: blue; - } - - .right { - //background: yellow; - } } diff --git a/.config/eww/topbar_owlenlap02.yuck b/.config/eww/topbar_owlenlap02.yuck index 024ba15..a8dbcf9 100644 --- a/.config/eww/topbar_owlenlap02.yuck +++ b/.config/eww/topbar_owlenlap02.yuck @@ -3,7 +3,7 @@ :geometry (geometry :x "0%" :y "0%" :width "90%" - :height "10px" + :height "1%" :anchor "top center") :stacking "bg" :exclusive true @@ -32,7 +32,6 @@ :class 'center' :space-evenly false :spacing 5 - (media) (hyprscreencast) (sysmon))) @@ -41,7 +40,7 @@ :orientation 'h' :class 'right' :space-evenly false - :spacing 5 + :spacing 2 :halign 'end' (hyprsunset) (datetime) diff --git a/.config/eww/widgets/hyprsunset.yuck b/.config/eww/widgets/hyprsunset.yuck index b9e863c..22d6dbc 100644 --- a/.config/eww/widgets/hyprsunset.yuck +++ b/.config/eww/widgets/hyprsunset.yuck @@ -11,6 +11,3 @@ ? "eww update display-fix=on && nohup hyprsunset -t ${temperature} > /dev/null 2>&1 &" : "eww update display-fix=off && pkill hyprsunset"}` `${display-fix == "off" ? "󰛨 Off" : "󱩌 On"}`))) - - -