diff --git a/waybar/themes/assets/openai.svg b/waybar/themes/assets/openai.svg new file mode 100644 index 0000000..179dce6 --- /dev/null +++ b/waybar/themes/assets/openai.svg @@ -0,0 +1,2 @@ + +OpenAI icon \ No newline at end of file diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css index 64a4620..7f7aa6d 100644 --- a/waybar/themes/ml4w/style.css +++ b/waybar/themes/ml4w/style.css @@ -205,8 +205,9 @@ window#waybar.empty #window { #custom-chatgpt { margin-right: 12px; background-image: url("../assets/ai-icon.png"); - background-repeat: no-repeat; background-position: center; + background-repeat: no-repeat; + background-size: contain; padding-right: 24px; }