dotfiles/.xsession

25 lines
678 B
Plaintext
Raw Normal View History

2022-10-02 00:16:21 +02:00
#!/bin/sh
#
# dvonik's .xsession
# public domain
#
export GTK_THEME=Adwaita:dark
export LANG="en_US.UTF-8"
export DBUS_SESSION_BUS_ADDRESS="no"
export MOZ_WEBRENDER=1
export MOZ_ACCELERATION=1
2022-10-02 00:16:21 +02:00
2022-12-20 12:02:52 +01:00
xwallpaper --zoom "$HOME/share/pic/wall/rostyslav-savchyn-sGald6o_yZE-unsplash.jpg"
xidle -program "/usr/sbin/zzz" -timeout 900 &
picom --vsync -fcI0.075 -O0.75&
# xcompmgr -cfI 0.2 -O 0.2 &
sct 4250 &
curl -SsLo $HOME/share/misc/wttr "https://wttr.in/?m&format=%t%20%C" &
"$HOME/bin/bar" | lemonbar-xft -g 1920x25 -B "#24273A" -F "#CAD3F5" -f "DejaVu Sans Mono:size=11" &
# eyecandy
2022-12-20 12:02:52 +01:00
# xeyes -outline "#24273a" -fg "#8aadf4" -center "#cad3f5" -geometry 150x100+10+960 &
2022-10-02 00:16:21 +02:00
exec cwm