diff --git a/waybar/themes/assets/openai-black.svg b/waybar/themes/assets/openai-black.svg
new file mode 100644
index 0000000..3b4eff9
--- /dev/null
+++ b/waybar/themes/assets/openai-black.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/waybar/themes/assets/openai-white.svg b/waybar/themes/assets/openai-white.svg
new file mode 100644
index 0000000..24e0cf7
--- /dev/null
+++ b/waybar/themes/assets/openai-white.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/waybar/themes/assets/openai.svg b/waybar/themes/assets/openai.svg
index 63ffae1..24e0cf7 100644
--- a/waybar/themes/assets/openai.svg
+++ b/waybar/themes/assets/openai.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/waybar/themes/ml4w-blur-bottom/black/style.css b/waybar/themes/ml4w-blur-bottom/black/style.css
index 1613a6c..129c909 100644
--- a/waybar/themes/ml4w-blur-bottom/black/style.css
+++ b/waybar/themes/ml4w-blur-bottom/black/style.css
@@ -22,3 +22,8 @@ window#waybar {
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-black.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-black.svg");
+}
+
diff --git a/waybar/themes/ml4w-blur-bottom/white/style.css b/waybar/themes/ml4w-blur-bottom/white/style.css
index 1d7c36d..a0ba4a7 100644
--- a/waybar/themes/ml4w-blur-bottom/white/style.css
+++ b/waybar/themes/ml4w-blur-bottom/white/style.css
@@ -22,3 +22,7 @@ window#waybar {
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-white.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-white.svg");
+}
diff --git a/waybar/themes/ml4w-blur/black/style.css b/waybar/themes/ml4w-blur/black/style.css
index f114908..b8a549a 100644
--- a/waybar/themes/ml4w-blur/black/style.css
+++ b/waybar/themes/ml4w-blur/black/style.css
@@ -22,3 +22,7 @@ window#waybar {
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-black.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-black.svg");
+}
diff --git a/waybar/themes/ml4w-blur/style.css b/waybar/themes/ml4w-blur/style.css
index 52c6fb1..15bdcff 100644
--- a/waybar/themes/ml4w-blur/style.css
+++ b/waybar/themes/ml4w-blur/style.css
@@ -220,10 +220,11 @@ window#waybar.empty #window {
#custom-chatgpt {
margin-right: 12px;
- background-image: url("../assets/ai-icon-20.png");
+ background-image: url("../assets/openai.svg");
background-repeat: no-repeat;
background-position: center;
- padding-right: 24px;
+ background-size: contain;
+ padding-right: 16px;
}
/* -----------------------------------------------------
diff --git a/waybar/themes/ml4w-blur/white/style.css b/waybar/themes/ml4w-blur/white/style.css
index 9b2aa97..f50cb7e 100644
--- a/waybar/themes/ml4w-blur/white/style.css
+++ b/waybar/themes/ml4w-blur/white/style.css
@@ -23,3 +23,6 @@ window#waybar {
background-image: url("../../assets/ml4w-icon-white.svg");
}
+#custom-chatgpt {
+ background-image: url("../../assets/openai-white.svg");
+}
diff --git a/waybar/themes/ml4w-bottom/black/style.css b/waybar/themes/ml4w-bottom/black/style.css
index abc59d6..6bae0cd 100644
--- a/waybar/themes/ml4w-bottom/black/style.css
+++ b/waybar/themes/ml4w-bottom/black/style.css
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-black.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-black.svg");
+}
diff --git a/waybar/themes/ml4w-bottom/white/style.css b/waybar/themes/ml4w-bottom/white/style.css
index 003cfd3..704bfbd 100644
--- a/waybar/themes/ml4w-bottom/white/style.css
+++ b/waybar/themes/ml4w-bottom/white/style.css
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-white.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-white.svg");
+}
diff --git a/waybar/themes/ml4w/black/style.css b/waybar/themes/ml4w/black/style.css
index 712716b..00b3413 100644
--- a/waybar/themes/ml4w/black/style.css
+++ b/waybar/themes/ml4w/black/style.css
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-black.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-black.svg");
+}
diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css
index 43e144d..d726fb9 100644
--- a/waybar/themes/ml4w/style.css
+++ b/waybar/themes/ml4w/style.css
@@ -205,11 +205,10 @@ window#waybar.empty #window {
#custom-chatgpt {
margin-right: 12px;
background-image: url("../assets/openai.svg");
- background-position: center;
background-repeat: no-repeat;
+ background-position: center;
background-size: contain;
- padding-right: 24px;
- color: #FFFFFF;
+ padding-right: 16px;
}
#custom-ml4w-welcome {
diff --git a/waybar/themes/ml4w/white/style.css b/waybar/themes/ml4w/white/style.css
index b04dff9..a113c46 100644
--- a/waybar/themes/ml4w/white/style.css
+++ b/waybar/themes/ml4w/white/style.css
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-white.svg");
}
+
+#custom-chatgpt {
+ background-image: url("../../assets/openai-white.svg");
+}