New backup 2025-09-03 18:11:14
This commit is contained in:
parent
0852d74e27
commit
288bf687a1
4 changed files with 14 additions and 3 deletions
|
@ -47,15 +47,16 @@ $transition-time: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@import "./bar/profile.scss";
|
||||||
@import "./bar/workspaces.scss";
|
@import "./bar/workspaces.scss";
|
||||||
|
|
||||||
@import "./bar/scratchpad.scss";
|
@import "./bar/scratchpad.scss";
|
||||||
|
|
||||||
@import "./bar/charts.scss";
|
@import "./bar/charts.scss";
|
||||||
|
|
||||||
&>box>button,
|
// &>box>button,
|
||||||
&>box>label,
|
&>box>label,
|
||||||
.bar-module>button,
|
// .bar-module>button,
|
||||||
.bar-module>label,
|
.bar-module>label,
|
||||||
// .revealer-on-hover>widget>box>box>*,
|
// .revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>widget>image,
|
.reveal_children>widget>image,
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
@import "./styles/button.scss";
|
@import "./styles/button.scss";
|
||||||
&.inactive {
|
&.inactive {
|
||||||
opacity: 0.6;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
de/home/.config/eww/style/bar/profile.scss
Normal file
4
de/home/.config/eww/style/bar/profile.scss
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.profile {
|
||||||
|
padding: 0px 5px;
|
||||||
|
|
||||||
|
}
|
|
@ -5,6 +5,11 @@ $work-color: mix($color5, $color4, 30%);
|
||||||
|
|
||||||
.profile,
|
.profile,
|
||||||
.workspaces {
|
.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;
|
border: 2px solid $bar-bg-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
&.profile-personal {
|
&.profile-personal {
|
||||||
|
@ -25,6 +30,7 @@ $work-color: mix($color5, $color4, 30%);
|
||||||
border-right: 0px solid transparent;
|
border-right: 0px solid transparent;
|
||||||
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
color: $bar-bg-color;
|
color: $bar-bg-color;
|
||||||
|
padding: 0px 10px;
|
||||||
&.profile-development,
|
&.profile-development,
|
||||||
&.profile-school,
|
&.profile-school,
|
||||||
&.profile-work {
|
&.profile-work {
|
||||||
|
|
Loading…
Add table
Reference in a new issue