Transparency and such

main
Micke Nordin 4 years ago
parent 2e66109794
commit def52877df

@ -0,0 +1,3 @@
font=VictorMono Nerd Font Mono:style=Regular
[colors]
alpha=0.8

@ -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:
#

@ -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

Loading…
Cancel
Save