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
@@ -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");
}
+3 -2
View File
@@ -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;
}
/* -----------------------------------------------------
+3
View File
@@ -23,3 +23,6 @@ window#waybar {
background-image: url("../../assets/ml4w-icon-white.svg");
}
#custom-chatgpt {
background-image: url("../../assets/openai-white.svg");
}