From fd621da61b05d38bba297c4ea5e1e2e398bcb6f1 Mon Sep 17 00:00:00 2001 From: zer0day Date: Thu, 8 May 2025 01:03:48 +0200 Subject: [PATCH] adding dropshadows to networkinfo --- config/eww/eww.scss | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/config/eww/eww.scss b/config/eww/eww.scss index 463c064..b4852df 100644 --- a/config/eww/eww.scss +++ b/config/eww/eww.scss @@ -9,7 +9,7 @@ border-radius: 20px; border-color: #db5e5e; border-style: solid; - //border-width: 1px; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .buttons { @@ -19,33 +19,29 @@ border-color: #2b1111; border-style: solid; border-width: 1px; - + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .header { background-color: #221f1f; border-radius: 20px; padding: 5px; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .topcontent { margin-top: 50px; padding: 10px; - //background-color: rgba(29, 29, 29, 0.2); background-color: #221f1f; border-radius: 20px; - //border-color: #db5e5e; - //border-style: solid; border-width: 1px; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .centercontent { padding: 20px; - //margin: 10px; - //background-color: rgba(37, 23, 23, 0.4); background-color: #221f1f; border-radius: 20px; - //border-color: #db5e5e; - //border-style: solid; border-width: 1px; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .vpncontent { @@ -54,6 +50,7 @@ padding-bottom: 0px; border-radius: 20px; background-color: #221f1f; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .netcontent { padding-left: 20px; @@ -62,6 +59,7 @@ padding-bottom: 13px; border-radius: 20px; background-color: #221f1f; + box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .bottomcontent { padding: 10px; @@ -109,14 +107,3 @@ color:#ad3535; transition: all 1s ease; } -/* -[scratchpads.network] -command = "nm-connection editor" -class = "nm-connection-editor" -size ="600px 800px" -margin = 50 -unfocus = "hide" -animation = "fromRight" -multi = true - -*/ \ No newline at end of file