Updates #2
@ -63,6 +63,13 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// ML4W Welcome App
|
||||||
|
"custom/ml4w-hyprland-settings": {
|
||||||
|
"on-click": "~/dotfiles/apps/ML4W_Hyprland_Settings-x86_64.AppImage",
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
// Empty
|
// Empty
|
||||||
"custom/empty": {
|
"custom/empty": {
|
||||||
"format": ""
|
"format": ""
|
||||||
|
BIN
waybar/themes/assets/hyprland-icon-20.png
Normal file
BIN
waybar/themes/assets/hyprland-icon-20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
waybar/themes/assets/hyprland-icon.png
Normal file
BIN
waybar/themes/assets/hyprland-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -49,6 +49,7 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/exit",
|
"custom/exit",
|
||||||
|
"custom/ml4w-hyprland-settings",
|
||||||
"custom/ml4w-welcome",
|
"custom/ml4w-welcome",
|
||||||
"clock"
|
"clock"
|
||||||
]
|
]
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/exit",
|
"custom/exit",
|
||||||
|
"custom/ml4w-hyprland-settings",
|
||||||
"custom/ml4w-welcome",
|
"custom/ml4w-welcome",
|
||||||
"clock"
|
"clock"
|
||||||
]
|
]
|
||||||
|
@ -184,13 +184,21 @@ window#waybar.empty #window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-ml4w-welcome {
|
#custom-ml4w-welcome {
|
||||||
margin-right: 15px;
|
margin-right: 12px;
|
||||||
background-image: url("../assets/ml4w-icon.png");
|
background-image: url("../assets/ml4w-icon.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding-right: 24px;
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-ml4w-hyprland-settings {
|
||||||
|
margin-right: 12px;
|
||||||
|
background-image: url("../assets/hyprland-icon.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-chatgpt {
|
#custom-chatgpt {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
background-image: url("../assets/ai-icon-20.png");
|
background-image: url("../assets/ai-icon-20.png");
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/exit",
|
"custom/exit",
|
||||||
|
"custom/ml4w-hyprland-settings",
|
||||||
"custom/ml4w-welcome",
|
"custom/ml4w-welcome",
|
||||||
"clock"
|
"clock"
|
||||||
]
|
]
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
"custom/exit",
|
"custom/exit",
|
||||||
"clock",
|
"clock",
|
||||||
"tray",
|
"tray",
|
||||||
|
"custom/ml4w-hyprland-settings",
|
||||||
"custom/ml4w-welcome"
|
"custom/ml4w-welcome"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -167,6 +167,15 @@ window#waybar.empty #window {
|
|||||||
padding-right: 24px;
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-ml4w-hyprland-settings {
|
||||||
|
margin-right: 12px;
|
||||||
|
background-image: url("../assets/hyprland-icon-20.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* Idle Inhibator
|
* Idle Inhibator
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/exit",
|
"custom/exit",
|
||||||
|
"custom/ml4w-hyprland-settings",
|
||||||
"custom/ml4w-welcome",
|
"custom/ml4w-welcome",
|
||||||
"clock"
|
"clock"
|
||||||
]
|
]
|
||||||
|
@ -193,13 +193,21 @@ window#waybar.empty #window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-ml4w-welcome {
|
#custom-ml4w-welcome {
|
||||||
margin-right: 15px;
|
margin-right: 12px;
|
||||||
background-image: url("../assets/ml4w-icon.png");
|
background-image: url("../assets/ml4w-icon.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding-right: 24px;
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-ml4w-hyprland-settings {
|
||||||
|
margin-right: 12px;
|
||||||
|
background-image: url("../assets/hyprland-icon.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* Idle Inhibator
|
* Idle Inhibator
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user