Add AI Icon

This commit is contained in:
Stephan Raabe
2024-01-29 13:21:11 +01:00
parent fc311f90d3
commit d2f055f39e
14 changed files with 50 additions and 32 deletions

View File

@@ -32,6 +32,7 @@
"modules-left": [
"custom/appmenuicon",
"hyprland/workspaces",
"group/settings",
"group/quicklinks"
],

View File

@@ -140,13 +140,26 @@ window#waybar.empty #window {
font-weight: bold;
color: @iconcolor;
}
#custom-waybarthemes,#custom-system {
margin-right:15px;
}
#custom-settings {
margin-right: 15;
}
#custom-chatgpt {
margin-right: 15px;
background-image: url("../assets/ai-icon-20.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 23px;
}
#custom-waybarthemes,#custom-system {
margin-right:15px;
}
#custom-ml4w-welcome {
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon-20.png");
background-repeat: no-repeat;