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