New Black Waybar Theme

This commit is contained in:
Stephan Raabe 2023-11-23 15:33:11 +01:00
parent ac6da35d72
commit 68f9258311
3 changed files with 20 additions and 0 deletions

View File

@ -11,6 +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
Known issues Qtile Wayland:
- GTK dark theme is not always working

View File

@ -0,0 +1,2 @@
#!/bin/bash
theme_name="ML4W Black"

View File

@ -0,0 +1,17 @@
/* -----------------------------------------------------
* 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';