From 32e04e098cfea5763c25c863b4c6b1cb95903ff6 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 20 Jun 2024 17:31:08 +0200 Subject: [PATCH] Updates --- waybar/themes/assets/openai.svg | 2 ++ waybar/themes/ml4w/style.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 waybar/themes/assets/openai.svg 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; }