diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini new file mode 100644 index 0000000..8a35cb0 --- /dev/null +++ b/dotfiles/.config/foot/foot.ini @@ -0,0 +1,3 @@ +font=VictorMono Nerd Font Mono:style=Regular +[colors] +alpha=0.8 diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 89db100..dfe1362 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -31,14 +31,14 @@ exec swayidle -w \ # on the original workspace that the command was run on. #set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu j4-dmenu-desktop --dmenu 'wofi -d -G' | xargs swaymsg exec -- +set $menu j4-dmenu-desktop --dmenu 'wofi -d -G -I' | xargs swaymsg exec -- include /etc/sway/config-vars.d/* ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/Pictures/night-landscape-15010066769pV.jpg fill # # Example configuration: # diff --git a/setup.sh b/setup.sh index 4ebd2f3..9d44500 100644 --- a/setup.sh +++ b/setup.sh @@ -179,6 +179,10 @@ sudo cp target/release/ncspot /usr/local/bin/ cd ${WORKDIR} rsync -a dotfiles/ ~/ +# Background +cd ~/Pictures +wget https://www.publicdomainpictures.net/pictures/230000/velka/night-landscape-15010066769pV.jpg + # Fish and oh my fish curl -L https://get.oh-my.fish | fish omf install agnoster