mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
16 lines
290 B
Bash
Executable file
16 lines
290 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wlr-randr --output eDP-1 --off &
|
|
|
|
foot -s &
|
|
|
|
swaybg -i "/home/coast/.local/src/wall/art/517525ldsdl.jpg" &
|
|
|
|
/usr/libexec/polkit-gnome-authentication-agent-1 &
|
|
|
|
(
|
|
pkill eww
|
|
eww daemon &
|
|
while ! eww ping >/dev/null 2>&1; do sleep 0.1; done
|
|
eww open-many year month day
|
|
) &
|