diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 1625c7e..5c0827a 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -47,15 +47,16 @@ $transition-time: 0.3s; } + @import "./bar/profile.scss"; @import "./bar/workspaces.scss"; @import "./bar/scratchpad.scss"; @import "./bar/charts.scss"; - &>box>button, +// &>box>button, &>box>label, - .bar-module>button, +// .bar-module>button, .bar-module>label, // .revealer-on-hover>widget>box>box>*, .reveal_children>widget>image, diff --git a/de/home/.config/eww/style/bar/idle-inhibitor.scss b/de/home/.config/eww/style/bar/idle-inhibitor.scss index 30cddc6..f9e8f27 100644 --- a/de/home/.config/eww/style/bar/idle-inhibitor.scss +++ b/de/home/.config/eww/style/bar/idle-inhibitor.scss @@ -5,6 +5,6 @@ margin: 0px 5px; @import "./styles/button.scss"; &.inactive { - opacity: 0.6; + opacity: 0.5; } } diff --git a/de/home/.config/eww/style/bar/profile.scss b/de/home/.config/eww/style/bar/profile.scss new file mode 100644 index 0000000..e589f14 --- /dev/null +++ b/de/home/.config/eww/style/bar/profile.scss @@ -0,0 +1,4 @@ +.profile { + padding: 0px 5px; + +} diff --git a/de/home/.config/eww/style/bar/workspaces.scss b/de/home/.config/eww/style/bar/workspaces.scss index 40ccf4b..3c21356 100644 --- a/de/home/.config/eww/style/bar/workspaces.scss +++ b/de/home/.config/eww/style/bar/workspaces.scss @@ -5,6 +5,11 @@ $work-color: mix($color5, $color4, 30%); .profile, .workspaces { +// $module-bg-color: $color7; +// $module-fg-color: $bar-module-fg-color; + +// margin: 0px 5px; +// @import "./styles/button.scss"; border: 2px solid $bar-bg-color; font-weight: bold; &.profile-personal { @@ -25,6 +30,7 @@ $work-color: mix($color5, $color4, 30%); border-right: 0px solid transparent; border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; color: $bar-bg-color; + padding: 0px 10px; &.profile-development, &.profile-school, &.profile-work {