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
+8 -13
View File
@@ -127,7 +127,7 @@
// Filemanager Launcher
"custom/filemanager": {
"format": "",
"format": "",
"on-click": "~/dotfiles/.settings/filemanager.sh",
"tooltip": false
},
@@ -148,14 +148,14 @@
// Browser Launcher
"custom/browser": {
"format": "",
"format": "",
"on-click": "~/dotfiles/.settings/browser.sh",
"tooltip": false
},
// ChatGPT Launcher
"custom/chatgpt": {
"format": "",
"format": " ",
"on-click": "chromium --app=https://chat.openai.com",
"tooltip": false
},
@@ -274,13 +274,11 @@
// Group Settings
"group/settings": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"orientation": "horizontal",
"modules": [
// START CHATGPT TOOGLE
"custom/chatgpt",
// END CHATGPT TOOGLE
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper"
@@ -291,11 +289,8 @@
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
// START CHATGPT TOOGLE
"custom/chatgpt",
// END CHATGPT TOOGLE
"custom/browser",
"custom/filemanager",
"custom/browser"
]
},
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

+1 -3
View File
@@ -32,9 +32,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
"group/settings",
// START TASK TOOGLE
"wlr/taskbar",
// END TASK TOOGLE
+1 -3
View File
@@ -32,9 +32,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
"group/settings",
// START TASK TOOGLE
"wlr/taskbar",
// END TASK TOOGLE
+8
View File
@@ -191,6 +191,14 @@ window#waybar.empty #window {
padding-right: 24px;
}
#custom-chatgpt {
margin-right: 15px;
background-image: url("../assets/ai-icon-20.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
}
/* -----------------------------------------------------
* Idle Inhibator
* ----------------------------------------------------- */
+1 -3
View File
@@ -32,9 +32,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
"group/settings",
// START TASK TOOGLE
"wlr/taskbar",
// END TASK TOOGLE
+1
View File
@@ -32,6 +32,7 @@
"modules-left": [
"custom/appmenuicon",
"hyprland/workspaces",
"group/settings",
"group/quicklinks"
],
+18 -5
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;
+1 -3
View File
@@ -32,9 +32,7 @@
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
"group/settings",
// START TASK TOOGLE
"wlr/taskbar",
// END TASK TOOGLE
+8
View File
@@ -184,6 +184,14 @@ window#waybar.empty #window {
margin-right:20px;
}
#custom-chatgpt {
margin-right: 15px;
background-image: url("../assets/ai-icon.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
}
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon.png");