This commit is contained in:
Stephan Raabe
2024-04-20 17:57:31 +02:00
parent be8b15c1a0
commit 1ee73645e1
72 changed files with 347 additions and 772 deletions
+4 -17
View File
@@ -58,8 +58,8 @@
// ML4W Welcome App
"custom/ml4w-welcome": {
"on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
"on-click-right": "~/dotfiles/hypr/scripts/ml4w-launcher.sh",
"on-click": "sleep 0.1 && ~/dotfiles/eww/ml4w-sidebar/launch.sh",
"on-click-right": "sleep 0.1 && ~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
"format": " ",
"tooltip": false
},
@@ -143,20 +143,6 @@
"tooltip": false
},
// Outlook Launcher
"custom/outlook": {
"format": "",
"on-click": "chromium --app=https://outlook.office.com/mail/",
"tooltip": false
},
// Teams Launcher
"custom/teams": {
"format": "",
"on-click": "chromium --app=https://teams.microsoft.com/go",
"tooltip": false
},
// Browser Launcher
"custom/browser": {
"format": "",
@@ -291,7 +277,7 @@
// START CHATGPT TOOGLE
"custom/chatgpt",
// END CHATGPT TOOGLE
"custom/wallpaper"
"custom/empty"
]
},
@@ -306,6 +292,7 @@
"modules": [
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
"custom/ml4w-hyprland-settings"
]
},
+1 -1
View File
@@ -200,7 +200,7 @@ window#waybar.empty #window {
}
#custom-chatgpt {
margin-right: 15px;
margin-right: 12px;
background-image: url("../assets/ai-icon-20.png");
background-repeat: no-repeat;
background-position: center;
+9 -2
View File
@@ -142,12 +142,19 @@ window#waybar.empty #window {
}
#custom-settings {
margin-right: 15;
margin-right: 15px;
}
#custom-browser {
margin-right: 16px;
}
#custom-wallpaper {
margin-right: 14px;
}
#custom-chatgpt {
margin-right: 15px;
margin-right: 10px;
background-image: url("../assets/ai-icon-20.png");
background-repeat: no-repeat;
background-position: center;
+1 -1
View File
@@ -185,7 +185,7 @@ window#waybar.empty #window {
}
#custom-chatgpt {
margin-right: 15px;
margin-right: 12px;
background-image: url("../assets/ai-icon.png");
background-repeat: no-repeat;
background-position: center;