diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2025-03-16 00:51:41 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2025-03-16 00:51:41 +0100 |
| commit | 14a3929e679f03f9b620476b07d7dfc74db4a277 (patch) | |
| tree | 6c63cde41c70fb6d2c89955ed1100902d3ebd881 /.local | |
| parent | de9fb168b7bdf393e1017a5c727c581739049770 (diff) | |
| download | eibhear-14a3929e679f03f9b620476b07d7dfc74db4a277.tar.gz eibhear-14a3929e679f03f9b620476b07d7dfc74db4a277.tar.zst eibhear-14a3929e679f03f9b620476b07d7dfc74db4a277.zip | |
Eibear: pipewire fix
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/eibhear/get-new-bg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/eibhear/get-new-bg b/.local/bin/eibhear/get-new-bg index 099ac70..6622dec 100755 --- a/.local/bin/eibhear/get-new-bg +++ b/.local/bin/eibhear/get-new-bg @@ -4,7 +4,7 @@ export DBUS_SESSION_BUS_ADDRESS="$(rg -a --null-data DBUS_SESSION_BUS_ADDRESS /p export XDG_RUNTIME_DIR="/run/user/$(id -u)" source "$HOME/.zprofile" -bg="$XDG_DATA_HOME/bg" +bg="$XDG_DATA_HOME/bg.png" curl -su 'maks:zaq1@WSX' https://jopek.eu/maks/wallpaper/bg.png -o "$bg" setbg "$bg" |
