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

8 lines
104 B
Nix
Raw Normal View History

2024-06-23 04:55:57 +03:00
{ ... }: {
2024-05-02 04:47:21 +03:00
text = ''
2024-06-23 04:55:57 +03:00
bindsym $mod+r exec pkill -SIGUSR1 waybar
exec waybar
2024-05-04 09:23:33 +03:00
exec nm-applet
2024-05-02 04:47:21 +03:00
'';
}