Add Arch logo as menu launcher
This commit is contained in:
parent
46adba33d3
commit
7c0f074bd7
2 changed files with 10 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
|
"custom/menu",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"hyprland/window"
|
"hyprland/window"
|
||||||
],
|
],
|
||||||
|
@ -29,6 +30,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"custom/menu": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click": "$HOME/.config/hypr/scripts/launch-menu.sh"
|
||||||
|
},
|
||||||
|
|
||||||
"hyprland/language": {
|
"hyprland/language": {
|
||||||
"format": "<big></big> {long}",
|
"format": "<big></big> {long}",
|
||||||
"format-us": "US",
|
"format-us": "US",
|
||||||
|
@ -41,7 +48,7 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%H:%M}",
|
"format": "{:%H:%M}",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"on-click": "gnome-calendar"
|
"on-click": "gnome-clocks"
|
||||||
},
|
},
|
||||||
|
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
|
|
|
@ -57,6 +57,7 @@ window#waybar {
|
||||||
background: #C1B3BB;
|
background: #C1B3BB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-menu,
|
||||||
#clock,
|
#clock,
|
||||||
#hyprland-window,
|
#hyprland-window,
|
||||||
#custom-date,
|
#custom-date,
|
||||||
|
@ -111,7 +112,7 @@ window#waybar {
|
||||||
background: rgba(255, 255, 255, 0.7);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power, #custom-menu {
|
||||||
padding: 0 1px;
|
padding: 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue