diff --git a/waybar/themes/assets/ml4w-icon-dark.png b/waybar/themes/assets/ml4w-icon-dark.png new file mode 100644 index 0000000..73ec085 Binary files /dev/null and b/waybar/themes/assets/ml4w-icon-dark.png differ diff --git a/waybar/themes/ml4w-blur-bottom/black/style.css b/waybar/themes/ml4w-blur-bottom/black/style.css index ef2c247..2ec68f9 100644 --- a/waybar/themes/ml4w-blur-bottom/black/style.css +++ b/waybar/themes/ml4w-blur-bottom/black/style.css @@ -18,3 +18,7 @@ window#waybar { background-color: rgba(255,255,255,0.1); } + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-dark.png"); +} diff --git a/waybar/themes/ml4w-blur/black/style.css b/waybar/themes/ml4w-blur/black/style.css index fbc1152..ab90c15 100644 --- a/waybar/themes/ml4w-blur/black/style.css +++ b/waybar/themes/ml4w-blur/black/style.css @@ -18,3 +18,7 @@ window#waybar { background-color: rgba(255,255,255,0.1); } + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-dark.png"); +} diff --git a/waybar/themes/ml4w-bottom/black/style.css b/waybar/themes/ml4w-bottom/black/style.css index 4b4f603..ff14a02 100644 --- a/waybar/themes/ml4w-bottom/black/style.css +++ b/waybar/themes/ml4w-bottom/black/style.css @@ -14,3 +14,7 @@ @define-color iconcolor #000000; @import '../../ml4w/style.css'; + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-dark.png"); +} diff --git a/waybar/themes/ml4w/black/style.css b/waybar/themes/ml4w/black/style.css index 4b15319..641ab13 100644 --- a/waybar/themes/ml4w/black/style.css +++ b/waybar/themes/ml4w/black/style.css @@ -14,4 +14,7 @@ @define-color iconcolor #000000; @import '../style.css'; - \ No newline at end of file + + #custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-dark.png"); +}