summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-07 18:00:11 +0200
committerThanos Apollo <[email protected]>2024-02-07 18:00:11 +0200
commit7b8211364cf37a981111c8c45eed534f8c9c2e4b (patch)
tree66394ea564da87c8fd0171f9a579f74dd58f1ea9
parent43ac62da914912f651ee0f5f6318eb8273af662c (diff)
autostart: Update wallpapers & remove set_monitors
-rwxr-xr-x.config/autostart/autostart.sh16
1 files changed, 1 insertions, 15 deletions
diff --git a/.config/autostart/autostart.sh b/.config/autostart/autostart.sh
index 1219dd0..7ebbef4 100755
--- a/.config/autostart/autostart.sh
+++ b/.config/autostart/autostart.sh
@@ -1,31 +1,17 @@
#!/bin/bash
-WALLPAPER=~/wallpapers/magical-tree-large.jpg
HOSTNAME=$(hostname)
-# function set_monitors() {
-# if [ "$HOSTNAME" == "zeus" ]; then
-# xrandr --output DisplayPort-1 --primary --mode 2560x1440 --output HDMI-A-0 --mode 1920x1080 --pos 2560x0 --rotate right
-# fi
-# }
-
function start_picom() {
pgrep -x picom > /dev/null || picom
}
function set_wallpaper() {
- local screen_option
- if [ "$HOSTNAME" == "zeus" ]; then
- xwallpaper --output DisplayPort-1 --stretch $WALLPAPER
- # xwallpaper --output HDMI-A-0 --stretch ~/wallpapers/science-01.jpg
- else
- xwallpaper --focus $WALLPAPER
- fi
+ /home/$USER/.fehbg
}
function get_started() {
start_picom &
- # set_monitors &
set_wallpaper &
syncthing --no-browser &
transmission-daemon &