New Black Waybar Theme
This commit is contained in:
parent
ac6da35d72
commit
68f9258311
@ -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
|
||||
|
2
waybar/themes/ml4w/black/config.sh
Normal file
2
waybar/themes/ml4w/black/config.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
theme_name="ML4W Black"
|
17
waybar/themes/ml4w/black/style.css
Normal file
17
waybar/themes/ml4w/black/style.css
Normal 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';
|
||||
|
Loading…
Reference in New Issue
Block a user