scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fa8c79158a30973b6f922c27ab94960a3b802a5d
parent 9798c7587defc948bbd1f9672bf6c3491f17d982
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 10 Jun 2025 17:20:10 -0500

Updated scripts for usage on debian

Diffstat:
MbackupHelper.sh | 4++--
Dcodium.sh | 3---
Mpower.sh | 2+-
MsetScreenX.sh | 2+-
4 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/backupHelper.sh b/backupHelper.sh @@ -20,10 +20,10 @@ if [ $? -eq 0 ]; then du -s /home/serverBackup echo "=== COMPLETED SUCCESSFULLY ===" echo "Backup Success ($(date '+%Y-%m-%d %H:%M'))" > "/home/andrew/logs/backup-status.log" - notify-send -t 5000 "SYNC SUCCEEDED" + #notify-send -t 5000 "SYNC SUCCEEDED" else echo "=== RSYNC FAILED ===" echo "Backup Failed - ($(date '+%Y-%m-%d %H:%M'))" > "/home/andrew/logs/backup-status.log" - notify-send -u critical -t 5000 "ERROR - SYNC FAILED" + #notify-send -u critical -t 5000 "ERROR - SYNC FAILED" fi diff --git a/codium.sh b/codium.sh @@ -1,3 +0,0 @@ -eval $(dbus-launch) -export $(dbus-launch | grep ^DBUS_SESSION_BUS_ADDRESS=) -flatpak run com.vscodium.codium diff --git a/power.sh b/power.sh @@ -15,4 +15,4 @@ selected_item=$(echo "${opts[@]}" | tr ' ' '\n' | eval $dmenu_cmd) # no need to verify a selection was made; no selection just gives an output. sleep .1 -loginctl $selected_item +systemctl $selected_item diff --git a/setScreenX.sh b/setScreenX.sh @@ -1,3 +1,3 @@ #!/bin/sh xrandr --output eDP-1 --mode 1920x1200 --pos 0x1440 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --off --output DP-3-1 --off --output DP-3-2 --off --output DP-3-3 --primary --mode 5120x1440 --pos 0x0 --rotate normal -$HOME/.fehbg +# $HOME/.fehbg