nix/home/file/sway/module/Waybar.nix

10 lines
171 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-12-08 04:04:34 +03:00
exec syncthingtray
2024-11-04 04:37:29 +03:00
'';
2024-05-02 04:47:21 +03:00
}