nmtui popup
This commit is contained in:
+2
-1
@@ -16,7 +16,6 @@
|
|||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# hyprland config
|
# hyprland config
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -40,6 +39,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
windowrulev2 = "float, title:\"nmtui-popup\", size:80x24, center"
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 10;
|
gaps_out = 10;
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
interval = 5;
|
interval = 5;
|
||||||
tooltip-format = "{essid} ({signalStrength}%)";
|
tooltip-format = "{essid} ({signalStrength}%)";
|
||||||
on-click = "kitty -e nmtui";
|
on-click = "kitty --title \"nmtui-popup\" -e nmtui";
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
|
|||||||
Reference in New Issue
Block a user