mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
10 lines
145 B
Bash
10 lines
145 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
swww init &
|
||
|
swww img /home/user/Pictures/1611244530792.jpg &
|
||
|
|
||
|
# pkgs.networkmanagerapplet
|
||
|
nm-applet --indicator &
|
||
|
|
||
|
waybar &
|