2023-11-24 03:16:28 -05:00
|
|
|
/* -----------------------------------------------------
|
|
|
|
* 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);
|
|
|
|
}
|
2024-06-03 15:05:15 -04:00
|
|
|
|
|
|
|
#custom-ml4w-welcome {
|
2024-06-20 16:51:01 -04:00
|
|
|
background-image: url("../../assets/ml4w-icon-black.svg");
|
2024-06-03 15:05:15 -04:00
|
|
|
}
|
2024-06-21 04:19:21 -04:00
|
|
|
|
|
|
|
#custom-chatgpt {
|
|
|
|
background-image: url("../../assets/openai-black.svg");
|
|
|
|
}
|