summaryrefslogtreecommitdiff
path: root/.config/eww/eww.scss
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r--.config/eww/eww.scss118
1 files changed, 0 insertions, 118 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss
deleted file mode 100644
index 198a00b..0000000
--- a/.config/eww/eww.scss
+++ /dev/null
@@ -1,118 +0,0 @@
-*
-{
- all: unset;
-}
-
-/* separator */
-
-.sepbar
-{
- color: #D9E0EE;
- font-family: Iosevka;
- font-size: 12px;
- margin-right: 5px;
- margin-left: 5px;
-}
-
-/* bar */
-.bar
-{
- background-color: rgba(#000B0E, 0.72);
-}
-
-/* time*/
-.time-cpu-mem
-{
- margin-right: 15px;
-}
-.time-label
-{
- color: #91d7e3;
- font-family: Iosevka;
- font-size: 12px;
-}
-
-/* mem cpu */
-.vol
-{
- color: #6434ff;
- background-color: rgba(#232323, 1.0);
- border-radius: 0px;
- margin-right: 6px;
-}
-.mem
-{
- color: #ed8dff;
- background-color: rgba(#232323, 1.0);
- border-radius: 0px;
- margin-right: 6px;
-}
-.cpu
-{
- color: #606060;
- background-color: rgba(#232323, 1.0);
- border-radius: 0px;
- margin-right: 6px;
-}
-.cpu-and-mem
-{
- border-radius: 0px;
- margin-right: 0px;
-}
-
-/* workspaces */
-.active
-{
- color: #ed8dff;
-}
-
-.workspaces
-{
- padding-top: 5px;
- font-size: 12px;
-}
-
-.mail
-{
- color: #ed8dff;
- font-family: Iosevka;
- font-size: 12px;
-}
-
-.t1
-{
- color: #c6a0f6;
- font-family: Iosevka;
- font-size: 12px;
-}
-
-.weather
-{
- color: #ff5300;
- font-family: Iosevka;
- font-size: 12px;
-}
-
-.battery
-{
- color: #d42ea2;
- font-family: Iosevka;
- font-size: 12px;
-}
-
-.classes
-{
- margin-left: 10px;
-}
-
-.class
-{
- margin-right: 10px;
- color: #D9E0EE;
- padding: 4px;
- margin-top: 0px;
- border-radius: 0px;
- background: rgba(#042429, 0.48);
- font-family: Iosevka;
- font-size: 12px;
-}