Transparency and such
This commit is contained in:
parent
2e66109794
commit
def52877df
3 changed files with 9 additions and 2 deletions
3
dotfiles/.config/foot/foot.ini
Normal file
3
dotfiles/.config/foot/foot.ini
Normal file
|
@ -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:
|
||||
#
|
||||
|
|
4
setup.sh
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue