Remove custom/launcher
This commit is contained in:
parent
8fff8b1f84
commit
3e9411eb41
|
@ -33,7 +33,7 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
# Layout
|
||||
"modules-left" = [ "custom/launcher" "hyprland/workspaces" ];
|
||||
"modules-left" = [ "hyprland/workspaces" ];
|
||||
"modules-center" = [ "mpris" ];
|
||||
"modules-right" = [
|
||||
"pulseaudio"
|
||||
|
@ -46,12 +46,6 @@
|
|||
"tray"
|
||||
];
|
||||
# Module config
|
||||
"custom/launcher" = {
|
||||
format = " ";
|
||||
tooltip = false;
|
||||
on-click = "rofi -show combi";
|
||||
on-click-right = "rofi -show power-menu";
|
||||
};
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
|
|
Loading…
Reference in a new issue