mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 08:43:55 -05:00
waybar: remove sway close button
This commit is contained in:
parent
8180bf0be6
commit
7d54d78eca
|
@ -80,12 +80,6 @@
|
|||
"tooltip-format" = "{app}: {title}";
|
||||
};
|
||||
|
||||
"custom/sway-close" = {
|
||||
"on-click" = ''${lib.getExe'
|
||||
config.wayland.windowManager.sway.package "swaymsg"} kill'';
|
||||
"format" = "";
|
||||
};
|
||||
|
||||
"custom/hyprland-close" = {
|
||||
"on-click" = ''${lib.getExe'
|
||||
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch killactive'';
|
||||
|
@ -204,11 +198,13 @@
|
|||
"custom/logout" = {
|
||||
"format" = "";
|
||||
"on-click" = ''${lib.getExe config.programs.rofi.package} -i -show power-menu -modi "power-menu:${lib.getExe pkgs.rofi-power-menu} --choices=logout/lockscreen/suspend/shutdown/reboot"'';
|
||||
"tooltip-format" = "Manage your session.";
|
||||
};
|
||||
|
||||
"custom/menu" = {
|
||||
"format" = "";
|
||||
"on-click" = "${lib.getExe pkgs.nwg-drawer} -mt 5";
|
||||
"tooltip-format" = "Touch-friendly application menu.";
|
||||
};
|
||||
|
||||
"power-profiles-daemon" = {
|
||||
|
|
Loading…
Reference in a new issue