diff --git a/waybar/themes/assets/ml4w-icon-black.svg b/waybar/themes/assets/ml4w-icon-black.svg new file mode 100644 index 0000000..0db1791 --- /dev/null +++ b/waybar/themes/assets/ml4w-icon-black.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/waybar/themes/assets/ml4w-icon.svg b/waybar/themes/assets/ml4w-icon.svg new file mode 100644 index 0000000..fa8e063 --- /dev/null +++ b/waybar/themes/assets/ml4w-icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/waybar/themes/assets/openai.svg b/waybar/themes/assets/openai.svg index 179dce6..63ffae1 100644 --- a/waybar/themes/assets/openai.svg +++ b/waybar/themes/assets/openai.svg @@ -1,2 +1,2 @@ -OpenAI icon \ No newline at end of file +OpenAI icon \ 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 2ec68f9..1613a6c 100644 --- a/waybar/themes/ml4w-blur-bottom/black/style.css +++ b/waybar/themes/ml4w-blur-bottom/black/style.css @@ -20,5 +20,5 @@ window#waybar { } #custom-ml4w-welcome { - background-image: url("../../assets/ml4w-icon-dark.png"); + background-image: url("../../assets/ml4w-icon-black.svg"); } diff --git a/waybar/themes/ml4w-blur/black/style.css b/waybar/themes/ml4w-blur/black/style.css index ab90c15..f114908 100644 --- a/waybar/themes/ml4w-blur/black/style.css +++ b/waybar/themes/ml4w-blur/black/style.css @@ -20,5 +20,5 @@ window#waybar { } #custom-ml4w-welcome { - background-image: url("../../assets/ml4w-icon-dark.png"); + background-image: url("../../assets/ml4w-icon-black.svg"); } diff --git a/waybar/themes/ml4w-blur/style.css b/waybar/themes/ml4w-blur/style.css index 65787f5..5c610d4 100644 --- a/waybar/themes/ml4w-blur/style.css +++ b/waybar/themes/ml4w-blur/style.css @@ -203,9 +203,10 @@ window#waybar.empty #window { #custom-ml4w-welcome { margin-right: 12px; - background-image: url("../assets/ml4w-icon.png"); - background-repeat: no-repeat; + background-image: url("../assets/ml4w-icon.svg"); background-position: center; + background-repeat: no-repeat; + background-size: contain; padding-right: 24px; } diff --git a/waybar/themes/ml4w-bottom/black/style.css b/waybar/themes/ml4w-bottom/black/style.css index ff14a02..abc59d6 100644 --- a/waybar/themes/ml4w-bottom/black/style.css +++ b/waybar/themes/ml4w-bottom/black/style.css @@ -16,5 +16,5 @@ @import '../../ml4w/style.css'; #custom-ml4w-welcome { - background-image: url("../../assets/ml4w-icon-dark.png"); + background-image: url("../../assets/ml4w-icon-black.svg"); } diff --git a/waybar/themes/ml4w-minimal/style.css b/waybar/themes/ml4w-minimal/style.css index 55da7c5..14a06e8 100644 --- a/waybar/themes/ml4w-minimal/style.css +++ b/waybar/themes/ml4w-minimal/style.css @@ -185,11 +185,12 @@ window#waybar.empty #window { #custom-ml4w-welcome { - margin-right: 15px; - background-image: url("../assets/ml4w-icon-20.png"); - background-repeat: no-repeat; + margin-right: 12px; + background-image: url("../assets/ml4w-icon.svg"); background-position: center; - padding-right: 24px; + background-repeat: no-repeat; + background-size: contain; + padding-right: 20px; } #custom-ml4w-hyprland-settings { diff --git a/waybar/themes/ml4w/black/style.css b/waybar/themes/ml4w/black/style.css index 641ab13..712716b 100644 --- a/waybar/themes/ml4w/black/style.css +++ b/waybar/themes/ml4w/black/style.css @@ -15,6 +15,6 @@ @import '../style.css'; - #custom-ml4w-welcome { - background-image: url("../../assets/ml4w-icon-dark.png"); +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-black.svg"); } diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css index 7f7aa6d..241de84 100644 --- a/waybar/themes/ml4w/style.css +++ b/waybar/themes/ml4w/style.css @@ -204,18 +204,20 @@ window#waybar.empty #window { #custom-chatgpt { margin-right: 12px; - background-image: url("../assets/ai-icon.png"); + background-image: url("../assets/openai.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; padding-right: 24px; + color: #FFFFFF; } #custom-ml4w-welcome { margin-right: 12px; - background-image: url("../assets/ml4w-icon.png"); - background-repeat: no-repeat; + background-image: url("../assets/ml4w-icon.svg"); background-position: center; + background-repeat: no-repeat; + background-size: contain; padding-right: 24px; } diff --git a/waybar/themes/starter/style.css b/waybar/themes/starter/style.css index 00aef52..c40d0b2 100644 --- a/waybar/themes/starter/style.css +++ b/waybar/themes/starter/style.css @@ -194,10 +194,11 @@ window#waybar.empty #window { } #custom-ml4w-welcome { - margin-right: 15px; - background-image: url("../assets/ml4w-icon.png"); - background-repeat: no-repeat; + margin-right: 12px; + background-image: url("../assets/ml4w-icon.svg"); background-position: center; + background-repeat: no-repeat; + background-size: contain; padding-right: 24px; }