Update all dotfiles
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
theme_name="ML4W White Bottom"
|
@ -0,0 +1,24 @@
|
||||
/* -----------------------------------------------------
|
||||
* 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';
|
||||
|
||||
#custom-ml4w-welcome {
|
||||
background-image: url("../../assets/ml4w-icon-white.svg");
|
||||
}
|
||||
|
||||
#custom-chatgpt {
|
||||
background-image: url("../../assets/openai-white.svg");
|
||||
}
|
Reference in New Issue
Block a user