Pārlūkot izejas kodu

add catpuccin theme for eww

siduck 3 gadi atpakaļ
vecāks
revīzija
fe87561c47
4 mainītis faili ar 12 papildinājumiem un 17 dzēšanām
  1. 1 1
      eww/eww.yuck
  2. 1 1
      eww/scripts/wifi
  3. 0 15
      eww/scss/header/equalizer.scss
  4. 10 0
      eww/scss/themes/catppuccin.scss

+ 1 - 1
eww/eww.yuck

@@ -23,5 +23,5 @@
            :geometry (geometry :x "-1%"
                                :y "-2%"
                                :anchor "right bottom")
-           :wm-ignore false
+           :wm-ignore true
 (dashboard))

+ 1 - 1
eww/scripts/wifi

@@ -1,4 +1,4 @@
-	case "$(cat /sys/class/net/w*/operstate 2>/dev/null)" in
+	case "$(cat /sys/class/net/wl*/operstate 2>/dev/null)" in
 	up) printf "󰤨" ;;
         down) printf "󰤭" ;;
 	esac

+ 0 - 15
eww/scss/header/equalizer.scss

@@ -1,15 +0,0 @@
-.close , .min , .max{
-  font-family: 'JetBrainsMono Nerd Font';
-  font-size: 1.3rem;
-  padding: 0 0.3rem;
-  color: $red;
-}
-
-.min {
-  color: $yellow;
-}
-
-.close:hover , .min:hover{
-  background-color: $grey;
-  border-radius: 50%; 
-}

+ 10 - 0
eww/scss/themes/catppuccin.scss

@@ -0,0 +1,10 @@
+$white: #D9E0EE;
+$black: #1E1D2D;
+$blackAlt: #252434;
+$grey: #313040;
+$lightGrey: #585767;
+$green: #ABE9B3;
+$red: #F28FAD;
+$blue: #8bc2f0;
+$yellow: #F8BD96;
+$purple: #d5aeea;