better waybar

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 16:41:15 -05:00
parent 0c36d6af65
commit cc79b2a6b2
6 changed files with 72 additions and 281 deletions

View file

@ -28,8 +28,6 @@ in
modules-left = [
"sway/workspaces"
"sway/mode"
"sway/scratchpad"
];
modules-center = [
"clock"
@ -249,6 +247,7 @@ in
"menu-actions" = {
shutdown = "shutdown 0";
reboot = "reboot";
logout = "loginctl terminate-session $(loginctl list-sessions | grep seat0 | awk '{print $1}')";
};
};