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

9 lines
150 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
text = ''
bindsym --to-code $mod+shift+r exec 'pkill waybar || exec waybar'
exec waybar
exec nm-applet
exec blueman-applet
'';
2024-05-02 04:47:21 +03:00
}