New theme
This commit is contained in:
parent
7c3cac3959
commit
86ed2eab0b
2
waybar/themes/ml4w-blur-bottom/black/config.sh
Normal file
2
waybar/themes/ml4w-blur-bottom/black/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W Blur Bottom Black"
|
20
waybar/themes/ml4w-blur-bottom/black/style.css
Normal file
20
waybar/themes/ml4w-blur-bottom/black/style.css
Normal file
|
@ -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);
|
||||
}
|
2
waybar/themes/ml4w-blur-bottom/white/config.sh
Normal file
2
waybar/themes/ml4w-blur-bottom/white/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W Blur Bottom White"
|
20
waybar/themes/ml4w-blur-bottom/white/style.css
Normal file
20
waybar/themes/ml4w-blur-bottom/white/style.css
Normal file
|
@ -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);
|
||||
}
|
2
waybar/themes/ml4w-blur/black/config.sh
Normal file
2
waybar/themes/ml4w-blur/black/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W Blur Black"
|
20
waybar/themes/ml4w-blur/black/style.css
Normal file
20
waybar/themes/ml4w-blur/black/style.css
Normal file
|
@ -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);
|
||||
}
|
2
waybar/themes/ml4w-blur/white/config.sh
Normal file
2
waybar/themes/ml4w-blur/white/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W Blur White"
|
20
waybar/themes/ml4w-blur/white/style.css
Normal file
20
waybar/themes/ml4w-blur/white/style.css
Normal file
|
@ -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);
|
||||
}
|
2
waybar/themes/ml4w-bottom/black/config.sh
Normal file
2
waybar/themes/ml4w-bottom/black/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W Black Bottom"
|
16
waybar/themes/ml4w-bottom/black/style.css
Normal file
16
waybar/themes/ml4w-bottom/black/style.css
Normal file
|
@ -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';
|
2
waybar/themes/ml4w-bottom/white/config.sh
Normal file
2
waybar/themes/ml4w-bottom/white/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W White Bottom"
|
16
waybar/themes/ml4w-bottom/white/style.css
Normal file
16
waybar/themes/ml4w-bottom/white/style.css
Normal file
|
@ -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';
|
Loading…
Reference in New Issue
Block a user