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

10 lines
160 B
Nix
Raw Normal View History

{ ... }:
{
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
}