working to get background set

sway
spinach 12 months ago
parent 2c9dc4af30
commit 3d6ba185af

@ -11,7 +11,7 @@ if [ "$1" == '-s' ] ; then
selection=$(find -L -type f -printf '%P\n' | $finder)
if [ -n "$selection" ] ; then
# didnt exit
feh --bg-scale "$selection"
swaybg --mode fill -i "$selection"
fi
fi

@ -211,6 +211,6 @@ bindsym $mod+r mode "resize"
#exec --no-startup-id picom-launch.sh
# background
output "*" bg ~/.config/i3/wallpaper.jpg fill
# output "*" bg ~/.config/i3/wallpaper.jpg fill
# poly bar
exec_always --no-startup-id polybar-launch.sh desktop-bar

@ -0,0 +1,17 @@
{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/window"],
"modules-center": ["weather"],
"modules-right": ["cpu", "memory", "network", "clock"],
"sway/workspaces": {
"all-outputs": true
},
"sway/window": {
"all-outputs": true,
"max-length": 30
},
"clock": {
"format": "{:%A, %b. %e %r}"
}
}

@ -0,0 +1,10 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: Hack Nerd Font, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
}
window#waybar {
background-color: transparent;
color: #ffffff;
}

@ -0,0 +1,2 @@
- link:
~/.config/waybar: gui/waybar

@ -4,6 +4,7 @@ profile/arch
# desktop specific
st.desktop
sway.desktop
waybar.desktop
calcurse
seafile
passwords

Loading…
Cancel
Save