Add white Waybar Theme
This commit is contained in:
parent
dafb0b376b
commit
7c3cac3959
|
@ -11,7 +11,7 @@ Hyprland:
|
|||
- New variations for decoration and window
|
||||
- Variations for monitor settings introduced
|
||||
- More keybindings for function keys added
|
||||
- New ML4W black Waybar Theme
|
||||
- New ML4W black and white Waybar Theme
|
||||
|
||||
Known issues Qtile Wayland:
|
||||
- GTK dark theme is not always working
|
||||
|
|
2
waybar/themes/ml4w/white/config.sh
Normal file
2
waybar/themes/ml4w/white/config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
theme_name="ML4W White"
|
17
waybar/themes/ml4w/white/style.css
Normal file
17
waybar/themes/ml4w/white/style.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* -----------------------------------------------------
|
||||
* 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';
|
||||
|
Loading…
Reference in New Issue
Block a user