working to get background set
This commit is contained in:
parent
2c9dc4af30
commit
3d6ba185af
@ -11,7 +11,7 @@ if [ "$1" == '-s' ] ; then
|
|||||||
selection=$(find -L -type f -printf '%P\n' | $finder)
|
selection=$(find -L -type f -printf '%P\n' | $finder)
|
||||||
if [ -n "$selection" ] ; then
|
if [ -n "$selection" ] ; then
|
||||||
# didnt exit
|
# didnt exit
|
||||||
feh --bg-scale "$selection"
|
swaybg --mode fill -i "$selection"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -211,6 +211,6 @@ bindsym $mod+r mode "resize"
|
|||||||
#exec --no-startup-id picom-launch.sh
|
#exec --no-startup-id picom-launch.sh
|
||||||
|
|
||||||
# background
|
# background
|
||||||
output "*" bg ~/.config/i3/wallpaper.jpg fill
|
# output "*" bg ~/.config/i3/wallpaper.jpg fill
|
||||||
# poly bar
|
# poly bar
|
||||||
exec_always --no-startup-id polybar-launch.sh desktop-bar
|
exec_always --no-startup-id polybar-launch.sh desktop-bar
|
||||||
|
17
gui/waybar/config
Normal file
17
gui/waybar/config
Normal file
@ -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}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
10
gui/waybar/style.css
Normal file
10
gui/waybar/style.css
Normal file
@ -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;
|
||||||
|
}
|
2
meta/configs/waybar.desktop.yaml
Normal file
2
meta/configs/waybar.desktop.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- link:
|
||||||
|
~/.config/waybar: gui/waybar
|
@ -4,6 +4,7 @@ profile/arch
|
|||||||
# desktop specific
|
# desktop specific
|
||||||
st.desktop
|
st.desktop
|
||||||
sway.desktop
|
sway.desktop
|
||||||
|
waybar.desktop
|
||||||
calcurse
|
calcurse
|
||||||
seafile
|
seafile
|
||||||
passwords
|
passwords
|
||||||
|
Loading…
x
Reference in New Issue
Block a user