Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
12ec43ea4e
3 changed files with 7 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo
|
|||
$bar-hover-bg-color: rgba($color1,0.5);
|
||||
$bar-hover-fg-color: rgba($color13,0.6);
|
||||
//$bar-module-border-radius: 8px;
|
||||
$bar-module-border-radius: 12px;
|
||||
$bar-module-border-radius: 25px;
|
||||
$bar-module-bg-border-radius: $bar-module-border-radius - 3;
|
||||
//$bar-module-inner-radius: $bar-module-border-radius - 2;
|
||||
$bar-module-inner-radius: $bar-module-border-radius - 6;
|
||||
|
|
@ -65,7 +65,7 @@ tooltip{
|
|||
|
||||
$home-widget-bg-color: rgba($color0,0.85);
|
||||
$home-widget-border-radius: 8px;
|
||||
$home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px;
|
||||
$home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px;
|
||||
$home-button-border-radius: 6px;
|
||||
$home-button-circle-border-radius: 30px;
|
||||
$home-button-bg-color: rgba($color5, 0.15);
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
:namespace "eww-bar"
|
||||
:geometry (geometry :x "0%"
|
||||
; :y "0%"
|
||||
:y "5px"
|
||||
:y "100px"
|
||||
:width "100%"
|
||||
:height "30px"
|
||||
:height "50px"
|
||||
; :anchor "top")
|
||||
:anchor "top center")
|
||||
; :reserve (struts :side "top" :distance "4%")
|
||||
:reserve (struts :side "top" :distance "30px")
|
||||
:reserve (struts :side "top" :distance "150px")
|
||||
(bar))
|
||||
|
||||
(include "modules/home.yuck")
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
(defwindow home
|
||||
:windowtype "normal"
|
||||
:exclusive false
|
||||
:geometry (geometry
|
||||
:geometry (geometry
|
||||
; :y "27px"
|
||||
; :width "300px"
|
||||
:height "100%"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $transition-time: 0.3s;
|
|||
.bar.horizontal {
|
||||
font-size: 1.05em;
|
||||
padding: 6px;
|
||||
margin: 4px 10px;
|
||||
margin: 15px 10px 4px 10px;
|
||||
background-color: rgba(mix($bar-bg-color, $color0, 65%), 0.4);
|
||||
// background-color: rgba($bar-bg-color, 0.2);
|
||||
border-radius: $bar-module-border-radius;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue