This commit is contained in:
Stephan Raabe
2024-06-21 10:19:21 +02:00
parent 1f693c84a2
commit 3cef312532
13 changed files with 42 additions and 6 deletions
+4
View File
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-black.svg");
}
#custom-chatgpt {
background-image: url("../../assets/openai-black.svg");
}
+2 -3
View File
@@ -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 {
+4
View File
@@ -18,3 +18,7 @@
#custom-ml4w-welcome {
background-image: url("../../assets/ml4w-icon-white.svg");
}
#custom-chatgpt {
background-image: url("../../assets/openai-white.svg");
}