change to sway
This commit is contained in:
@@ -149,8 +149,8 @@
|
||||
height = 22;
|
||||
tray = { spacing = 10; };
|
||||
modules-center = [ "clock" "custom/appkill" ];
|
||||
#modules-left = [ "wlr/mode" "wlr/workspaces" "wlr/window" ];
|
||||
modules-left = [ "wlr/workspaces" ];
|
||||
modules-left = [ "sway/mode" "sway/workspaces" "sway/window" ];
|
||||
#modules-left = [ "wlr/workspaces" ];
|
||||
modules-right = [ "idle_inhibitor" "pulseaudio" "network" "cpu" "memory" "backlight" "temperature" "battery" "tray" ];
|
||||
#modules-right = [ "cpu" "memory" "pulseaudio" "clock" "tray" ];
|
||||
|
||||
@@ -272,7 +272,8 @@
|
||||
"custom/appkill" = {
|
||||
format = " ";
|
||||
icon-size = 20;
|
||||
on-click = "${pkgs.hyprland}/bin/hyprctl dispatch killactive .";
|
||||
#on-click = "${pkgs.hyprland}/bin/hyprctl dispatch killactive .";
|
||||
on-click = "${pkgs.sway}/bin/swaymsg kill";
|
||||
tooltip = false;
|
||||
};
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user