change wallpaper
This commit is contained in:
parent
c5663edf45
commit
710c455fb1
|
|
@ -11,6 +11,6 @@ https://fasterthanli.me/index.xml "programming"
|
||||||
https://thesquareplanet.com/feed.xml
|
https://thesquareplanet.com/feed.xml
|
||||||
https://gnulinuxindia.org/index.xml
|
https://gnulinuxindia.org/index.xml
|
||||||
https://cedaei.com/index.xml
|
https://cedaei.com/index.xml
|
||||||
https://krolyxon.tildevarsh.in/atom.xml
|
https://krolyxon.github.io/blog/index.xml
|
||||||
https://lukesmith.xyz/rss.xml
|
https://lukesmith.xyz/rss.xml
|
||||||
https://landchad.net/rss
|
https://landchad.net/rss
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#setwall &
|
#setwall &
|
||||||
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
|
xwallpaper --zoom ~/.local/share/wallpaper2.jpg &
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
xrandr -r 60.00
|
xrandr -r 60.00
|
||||||
|
|
@ -9,5 +9,6 @@ unclutter &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
dunst &
|
dunst &
|
||||||
backlight_control 20 &
|
backlight_control 20 &
|
||||||
|
redshift -P -O 5000K
|
||||||
# exec dwm > /dev/null 2>&1
|
# exec dwm > /dev/null 2>&1
|
||||||
while type dwm > /dev/null ; do dwm && continue || break ; done
|
while type dwm > /dev/null ; do dwm && continue || break ; done
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 433 KiB |
Loading…
Reference in New Issue