waybar: remove cpu bars, re add power menu
This commit is contained in:
parent
9218e70999
commit
0679372363
2 changed files with 37 additions and 51 deletions
|
|
@ -172,10 +172,10 @@
|
|||
|
||||
# Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx";
|
||||
"Mod+D".action.spawn = "fuzzel";
|
||||
"Mod+D".action.spawn = "${lib.getBin config.programs.fuzzel.package}/bin/fuzzel";
|
||||
"Super+Alt+L" = {
|
||||
action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";
|
||||
allow-when-locked=true;
|
||||
allow-when-locked = true;
|
||||
};
|
||||
|
||||
# You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
"Mod+Shift+P".action.power-off-monitors = { };
|
||||
|
||||
"Mod+W".action.toggle-column-tabbed-display = { };
|
||||
"Mod+O".action.toggle-overview = {};
|
||||
"Mod+O".action.toggle-overview = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue