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

9 lines
154 B
Nix

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