mirror of
https://github.com/Adam-Ant/dotfiles
synced 2024-12-20 11:34:35 +00:00
Add background. Will be dynamic in future
This commit is contained in:
parent
da77ac5cc4
commit
ca4f36175e
BIN
backgrounds/BG - EasterSunset.png
Normal file
BIN
backgrounds/BG - EasterSunset.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
2
i3/background.sh
Executable file
2
i3/background.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --no-xinerama --image-bg black --bg-max '/home/adam/.dotfiles/backgrounds/BG - EasterSunset.png'
|
@ -51,7 +51,8 @@ font pango:monospace 8
|
||||
|
||||
# Background Tasks
|
||||
exec --no-startup-id compton -CG --config ~/.config/compton.conf
|
||||
exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png'
|
||||
#exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png'
|
||||
exec --no-startup-id ~/.dotfiles/i3/background.sh
|
||||
|
||||
# Set up the workspaces
|
||||
exec --no-startup-id sleep 5 && teamspeak3
|
||||
|
Loading…
Reference in New Issue
Block a user