giving the home PC config a bit of TLC

This commit is contained in:
2024-04-08 19:11:39 -06:00
parent e34b8c3e05
commit 9e0a7f3251
45 changed files with 1439 additions and 431 deletions

View File

@ -61,13 +61,14 @@ XRANDR_SET() {
##########################################
scwrypts desktop/xrandr/disconnect-all
scwrypts desktop xrandr disconnect all
xrandr ${XRANDR_ARGS[@]}
sleep 1
scwrypts desktop/screen-blank -- $SCREEN_BLANK
scwrypts desktop/i3/set-background -- $BACKGROUND
scwrypts desktop/play-sound -- $SOUND_EFFECT
scwrypts desktop screen blank -- $SCREEN_BLANK
scwrypts desktop i3 set background -- $BACKGROUND
$DOTWRYN/bin/polybar
scwrypts desktop play sound -- $SOUND_EFFECT
}