diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index f4cde00..f212e74 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -82,7 +82,7 @@ $bar-module-border-radius: 8px; }*/ //value bars -scale trough, +/*scale trough, progressbar>trough { background-color: $color9; min-width: 50px; @@ -95,7 +95,7 @@ progressbar>trough>progress { border-radius: 4px; min-height: 10px; transition: box-shadow 0.3s; -} +}*/ scale trough highlight:hover { box-shadow: 0px 0px 0px 2px $color2; diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 97ae6b9..8cc95e0 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -60,4 +60,18 @@ } } } + scale trought, + progressbar>trough { + background-color: $color9; + min-width: 50px; + min-height: 10px; + border-radius: 4px; + } + scale trough highlight, + progressbar>trough>progress { + background-color: $color2; + border-radius: 4px; + min-height: 10px; + transition: box-shadow 0.3s; + } }