revert to waybar, fix imports, improve modularity
This commit is contained in:
parent
55d0a4254e
commit
0db4955f41
7 changed files with 61 additions and 50 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
commands = import ../../../../../lib/commands.nix { inherit pkgs; };
|
||||
inherit (commands) uwsm lock term notify nag dmenu espanso key_mod;
|
||||
ipc = "noctalia-shell ipc call";
|
||||
in
|
||||
{
|
||||
|
|
@ -7,7 +9,7 @@ in
|
|||
../../../programs/noctalia.nix
|
||||
];
|
||||
wayland.windowManager.sway.config.keybindings = {
|
||||
"Mod4+d" = "exec ${ipc} launcher toggle";
|
||||
"${key_mod}+d" = "exec ${ipc} launcher toggle";
|
||||
"XF86AudioRaiseVolume" = "exec ${ipc} volume increase";
|
||||
"XF86AudioLowerVolume" = "exec ${ipc} volume decrease";
|
||||
"XF86AudioMute" = "exec ${ipc} volume muteOutput";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue