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

8 lines
117 B
Nix
Raw Normal View History

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