nix/home/config/sway/module/Waybar.nix
2024-11-06 01:07:30 +03:00

9 lines
150 B
Nix

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