diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 7eb35dd..bfdc907 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -92,6 +92,8 @@ circular-progress { } .rightgroup>label, .rightgroup>button, +//.rightgroup>.revealer-on-hover>widget>box>revealer>button, +.rightgroup .reveal_children>button, .rightgroup>.revealer-on-hover>widget>box>box>button { background-color: $bar-module-bg-color; color: $bar-module-inactive-fg-color; @@ -100,6 +102,7 @@ circular-progress { } .music, .profile, +.rightgroup>label, .active_window{ background-color: $bar-module-bg-color; color: $bar-module-fg-color; @@ -134,12 +137,17 @@ button.active { text-shadow: $bar-module-active-shadow; color: $bar-module-fg-color; } -.workspaces button:first-child { +.workspaces button:first-child, +.reveal_children>box:first-child, +.reveal_children>scale:first-child, +.reveal_children>button:first-child { + margin-left: 3px; border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius; border-left: 0px solid $bar-bg-color; } .workspaces button:last-child, .reveal_children>box:last-child, +.reveal_children>scale:last-child, .reveal_children>button:last-child { border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px; } diff --git a/de/home/.config/eww/modules/bar/clock.yuck b/de/home/.config/eww/modules/bar/clock.yuck index 60ce91b..3a8bee8 100644 --- a/de/home/.config/eww/modules/bar/clock.yuck +++ b/de/home/.config/eww/modules/bar/clock.yuck @@ -1,3 +1,3 @@ (defwidget clock [] - (button :onclick 'notify-send "test"' - {formattime(EWW_TIME,"%b %d, %Y | %H:%M")})) + (label + :text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))