better waybar
This commit is contained in:
parent
0c36d6af65
commit
cc79b2a6b2
6 changed files with 72 additions and 281 deletions
|
|
@ -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}')";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue