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

9 lines
154 B
Nix
Raw Normal View History

2024-06-23 04:55:57 +03:00
{ ... }: {
2024-05-02 04:47:21 +03:00
text = ''
bindsym --to-code $mod+shift+r exec 'pkill -SIGUSR1 waybar || waybar'
exec waybar
2024-05-04 09:23:33 +03:00
exec nm-applet
2024-08-16 07:33:51 +03:00
exec blueman-applet
2024-05-02 04:47:21 +03:00
'';
}