diff --git a/waybar/themes/ml4w-blur-bottom/black/config.sh b/waybar/themes/ml4w-blur-bottom/black/config.sh new file mode 100644 index 0000000..cea609a --- /dev/null +++ b/waybar/themes/ml4w-blur-bottom/black/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W Blur Bottom Black" \ 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 new file mode 100644 index 0000000..ef2c247 --- /dev/null +++ b/waybar/themes/ml4w-blur-bottom/black/style.css @@ -0,0 +1,20 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@import '../../../../../.cache/wal/colors-waybar.css'; + +@define-color backgroundlight #000000; +@define-color backgrounddark #000000; +@define-color workspacesbackground1 #000000; +@define-color workspacesbackground2 #222222; +@define-color bordercolor #000000; +@define-color textcolor1 #FFFFFF; +@define-color textcolor2 #FFFFFF; +@define-color textcolor3 #000000; +@define-color iconcolor #000000; + +@import '../../ml4w-blur/style.css'; + +window#waybar { + background-color: rgba(255,255,255,0.1); +} diff --git a/waybar/themes/ml4w-blur-bottom/white/config.sh b/waybar/themes/ml4w-blur-bottom/white/config.sh new file mode 100644 index 0000000..1592654 --- /dev/null +++ b/waybar/themes/ml4w-blur-bottom/white/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W Blur Bottom White" \ No newline at end of file diff --git a/waybar/themes/ml4w-blur-bottom/white/style.css b/waybar/themes/ml4w-blur-bottom/white/style.css new file mode 100644 index 0000000..04c725d --- /dev/null +++ b/waybar/themes/ml4w-blur-bottom/white/style.css @@ -0,0 +1,20 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@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; + +@import '../../ml4w-blur/style.css'; + +window#waybar { + background-color: rgba(255,255,255,0.1); +} diff --git a/waybar/themes/ml4w-blur/black/config.sh b/waybar/themes/ml4w-blur/black/config.sh new file mode 100644 index 0000000..5c6fb05 --- /dev/null +++ b/waybar/themes/ml4w-blur/black/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W Blur Black" \ No newline at end of file diff --git a/waybar/themes/ml4w-blur/black/style.css b/waybar/themes/ml4w-blur/black/style.css new file mode 100644 index 0000000..fbc1152 --- /dev/null +++ b/waybar/themes/ml4w-blur/black/style.css @@ -0,0 +1,20 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@import '../../../../../.cache/wal/colors-waybar.css'; + +@define-color backgroundlight #000000; +@define-color backgrounddark #000000; +@define-color workspacesbackground1 #000000; +@define-color workspacesbackground2 #222222; +@define-color bordercolor #000000; +@define-color textcolor1 #FFFFFF; +@define-color textcolor2 #FFFFFF; +@define-color textcolor3 #000000; +@define-color iconcolor #000000; + +@import '../style.css'; + +window#waybar { + background-color: rgba(255,255,255,0.1); +} diff --git a/waybar/themes/ml4w-blur/white/config.sh b/waybar/themes/ml4w-blur/white/config.sh new file mode 100644 index 0000000..e458b19 --- /dev/null +++ b/waybar/themes/ml4w-blur/white/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W Blur White" \ No newline at end of file diff --git a/waybar/themes/ml4w-blur/white/style.css b/waybar/themes/ml4w-blur/white/style.css new file mode 100644 index 0000000..3e8f2fb --- /dev/null +++ b/waybar/themes/ml4w-blur/white/style.css @@ -0,0 +1,20 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@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; + +@import '../style.css'; + +window#waybar { + background-color: rgba(255,255,255,0.1); +} diff --git a/waybar/themes/ml4w-bottom/black/config.sh b/waybar/themes/ml4w-bottom/black/config.sh new file mode 100644 index 0000000..5837eb6 --- /dev/null +++ b/waybar/themes/ml4w-bottom/black/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W Black Bottom" \ No newline at end of file diff --git a/waybar/themes/ml4w-bottom/black/style.css b/waybar/themes/ml4w-bottom/black/style.css new file mode 100644 index 0000000..4b4f603 --- /dev/null +++ b/waybar/themes/ml4w-bottom/black/style.css @@ -0,0 +1,16 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@import '../../../../../.cache/wal/colors-waybar.css'; + +@define-color backgroundlight #000000; +@define-color backgrounddark #000000; +@define-color workspacesbackground1 #000000; +@define-color workspacesbackground2 #222222; +@define-color bordercolor #000000; +@define-color textcolor1 #FFFFFF; +@define-color textcolor2 #FFFFFF; +@define-color textcolor3 #000000; +@define-color iconcolor #000000; + +@import '../../ml4w/style.css'; diff --git a/waybar/themes/ml4w-bottom/white/config.sh b/waybar/themes/ml4w-bottom/white/config.sh new file mode 100644 index 0000000..71dd9f5 --- /dev/null +++ b/waybar/themes/ml4w-bottom/white/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="ML4W White Bottom" \ No newline at end of file diff --git a/waybar/themes/ml4w-bottom/white/style.css b/waybar/themes/ml4w-bottom/white/style.css new file mode 100644 index 0000000..69eb8de --- /dev/null +++ b/waybar/themes/ml4w-bottom/white/style.css @@ -0,0 +1,16 @@ +/* ----------------------------------------------------- + * Import Pywal colors + * ----------------------------------------------------- */ +@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; + +@import '../../ml4w/style.css';