mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-25 06:38:50 +01:00
Fix startmenu in Rofi
This commit is contained in:
parent
89e12ccead
commit
5e80863053
@ -86,7 +86,7 @@ lib.mkIf ("${waybarStyle}" == "style1") {
|
|||||||
tooltip = false;
|
tooltip = false;
|
||||||
format = " ";
|
format = " ";
|
||||||
# exec = "rofi -show drun";
|
# exec = "rofi -show drun";
|
||||||
on-click = "sleep 0.1 && rofi -show drun";
|
on-click = "sleep 0.1 && rofi-launcher";
|
||||||
};
|
};
|
||||||
"idle_inhibitor" = {
|
"idle_inhibitor" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
@ -86,7 +86,7 @@ lib.mkIf ("${waybarStyle}" == "style2") {
|
|||||||
tooltip = false;
|
tooltip = false;
|
||||||
format = " ";
|
format = " ";
|
||||||
# exec = "rofi -show drun";
|
# exec = "rofi -show drun";
|
||||||
on-click = "sleep 0.1 && rofi -show drun";
|
on-click = "sleep 0.1 && rofi-launcher";
|
||||||
};
|
};
|
||||||
"idle_inhibitor" = {
|
"idle_inhibitor" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
Loading…
Reference in New Issue
Block a user