nix/home/config/sway/module/Waybar.nix

10 lines
160 B
Nix

{ ... }:
{
text = ''
bindsym --to-code $mod+shift+r exec 'pkill waybar || exec waybar'
exec waybar
exec nm-applet
exec blueman-applet
'';
}