diff --git a/waybar/themes/assets/ml4w-icon-black.svg b/waybar/themes/assets/ml4w-icon-black.svg index 0db1791..011b817 100644 --- a/waybar/themes/assets/ml4w-icon-black.svg +++ b/waybar/themes/assets/ml4w-icon-black.svg @@ -2,7 +2,7 @@ - + @@ -14,5 +14,5 @@ - + diff --git a/waybar/themes/assets/ml4w-icon-white.svg b/waybar/themes/assets/ml4w-icon-white.svg new file mode 100644 index 0000000..c19407d --- /dev/null +++ b/waybar/themes/assets/ml4w-icon-white.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/waybar/themes/ml4w-blur-bottom/white/style.css b/waybar/themes/ml4w-blur-bottom/white/style.css index 04c725d..1d7c36d 100644 --- a/waybar/themes/ml4w-blur-bottom/white/style.css +++ b/waybar/themes/ml4w-blur-bottom/white/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-white.svg"); +} diff --git a/waybar/themes/ml4w-blur/style.css b/waybar/themes/ml4w-blur/style.css index 5c610d4..52c6fb1 100644 --- a/waybar/themes/ml4w-blur/style.css +++ b/waybar/themes/ml4w-blur/style.css @@ -207,7 +207,7 @@ window#waybar.empty #window { background-position: center; background-repeat: no-repeat; background-size: contain; - padding-right: 24px; + padding-right: 20px; } #custom-ml4w-hyprland-settings { diff --git a/waybar/themes/ml4w-blur/white/style.css b/waybar/themes/ml4w-blur/white/style.css index 3e8f2fb..9b2aa97 100644 --- a/waybar/themes/ml4w-blur/white/style.css +++ b/waybar/themes/ml4w-blur/white/style.css @@ -18,3 +18,8 @@ window#waybar { background-color: rgba(255,255,255,0.1); } + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-white.svg"); +} + diff --git a/waybar/themes/ml4w-bottom/white/style.css b/waybar/themes/ml4w-bottom/white/style.css index 69eb8de..003cfd3 100644 --- a/waybar/themes/ml4w-bottom/white/style.css +++ b/waybar/themes/ml4w-bottom/white/style.css @@ -14,3 +14,7 @@ @define-color iconcolor #FFFFFF; @import '../../ml4w/style.css'; + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-white.svg"); +} diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css index 241de84..43e144d 100644 --- a/waybar/themes/ml4w/style.css +++ b/waybar/themes/ml4w/style.css @@ -218,7 +218,7 @@ window#waybar.empty #window { background-position: center; background-repeat: no-repeat; background-size: contain; - padding-right: 24px; + padding-right: 20px; } #custom-ml4w-hyprland-settings { diff --git a/waybar/themes/ml4w/white/style.css b/waybar/themes/ml4w/white/style.css index 83c474f..b04dff9 100644 --- a/waybar/themes/ml4w/white/style.css +++ b/waybar/themes/ml4w/white/style.css @@ -1,17 +1,20 @@ /* ----------------------------------------------------- * Import Pywal colors * ----------------------------------------------------- */ - @import '../../../../../.cache/wal/colors-waybar.css'; +@import '../../../../../.cache/wal/colors-waybar.css'; - @define-color backgroundlight #FFFFFF; - @define-color backgrounddark #FFFFFF; - @define-color workspacesbackground1 #FFFFFF; - @define-color workspacesbackground2 #CCCCCC; - @define-color bordercolor #FFFFFF; - @define-color textcolor1 #000000; - @define-color textcolor2 #000000; - @define-color textcolor3 #000000; - @define-color iconcolor #FFFFFF; +@define-color backgroundlight #FFFFFF; +@define-color backgrounddark #FFFFFF; +@define-color workspacesbackground1 #FFFFFF; +@define-color workspacesbackground2 #CCCCCC; +@define-color bordercolor #FFFFFF; +@define-color textcolor1 #000000; +@define-color textcolor2 #000000; +@define-color textcolor3 #000000; +@define-color iconcolor #FFFFFF; - @import '../style.css'; - \ No newline at end of file +@import '../style.css'; + +#custom-ml4w-welcome { + background-image: url("../../assets/ml4w-icon-white.svg"); +}